diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-08 16:26:39 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-08 16:26:39 -0400 |
commit | 780552d65b4ab0a6a70eed3c2074547e3b1dc255 (patch) | |
tree | 3a0e2d1e2e077088eaaea45f0940d289fba26940 /libmaple | |
parent | 32fcf1c726e7a4641c42608a64161045982ea960 (diff) | |
download | librambutan-780552d65b4ab0a6a70eed3c2074547e3b1dc255.tar.gz librambutan-780552d65b4ab0a6a70eed3c2074547e3b1dc255.zip |
Mark Doxygen for Flash register maps as series-specific.
This will let help us verify that we got the right thing when we pull
it out of of Doxygen XML for the official HTML documentation.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/stm32f1/include/series/flash.h | 2 | ||||
-rw-r--r-- | libmaple/stm32f2/include/series/flash.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libmaple/stm32f1/include/series/flash.h b/libmaple/stm32f1/include/series/flash.h index 0c70986..bb335e7 100644 --- a/libmaple/stm32f1/include/series/flash.h +++ b/libmaple/stm32f1/include/series/flash.h @@ -46,7 +46,7 @@ extern "C"{ * Register map */ -/** Flash register map type */ +/** @brief STM32F1 Flash register map type */ typedef struct flash_reg_map { __io uint32 ACR; /**< Access control register */ __io uint32 KEYR; /**< Key register */ diff --git a/libmaple/stm32f2/include/series/flash.h b/libmaple/stm32f2/include/series/flash.h index cfc6e6b..10b8717 100644 --- a/libmaple/stm32f2/include/series/flash.h +++ b/libmaple/stm32f2/include/series/flash.h @@ -46,7 +46,7 @@ extern "C"{ * Register map */ -/** Flash register map type */ +/** @brief STM32F2 Flash register map type */ typedef struct flash_reg_map { __io uint32 ACR; /**< Access control register */ __io uint32 KEYR; /**< Key register */ |