From d2938a3a34203cbc7b97fafebf837ff403ee289f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 24 Aug 2017 14:51:11 +0200 Subject: [PATCH] cpu/stm32_common: add missing doxygen group definition --- cpu/stm32_common/doc.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cpu/stm32_common/doc.txt diff --git a/cpu/stm32_common/doc.txt b/cpu/stm32_common/doc.txt new file mode 100644 index 0000000000..a39cb647eb --- /dev/null +++ b/cpu/stm32_common/doc.txt @@ -0,0 +1,10 @@ +/** + * @defgroup cpu_stm32_common STM32 common + * @ingroup cpu + * @brief STM32 common code and definitions + * + * This module contains all common code and definition to all STM32 cpu + * families supported by RIOT: @ref cpu_stm32f0, @ref cpu_stm32l0, + * @ref cpu_stm32f1, @ref cpu_stm32f2, @ref cpu_stm32f3, @ref cpu_stm32f4, + * @ref cpu_stm32l4, @ref cpu_stm32f7. + */ \ No newline at end of file