Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Sarkies <ksarkies@HyperEmbed>2013-06-01 09:24:00 +0400
committerPiotr Esden-Tempski <piotr@esden.net>2013-06-03 05:17:49 +0400
commitf5c9bdfe6157c5d3c8243f52c5e1e853e0d95bb3 (patch)
treefb8890078ecdc2dc4a8d3f1f3daf5220e3621371 /include/libopencm3/stm32/common/flash_common_f24.h
parentbad55804920a02de31b3846baba17c17f8fff837 (diff)
Changes to doxygen markup to solve a few problems that upset
doxygen, and to correct minor errors.
Diffstat (limited to 'include/libopencm3/stm32/common/flash_common_f24.h')
-rw-r--r--include/libopencm3/stm32/common/flash_common_f24.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/common/flash_common_f24.h b/include/libopencm3/stm32/common/flash_common_f24.h
index e977333a..587691eb 100644
--- a/include/libopencm3/stm32/common/flash_common_f24.h
+++ b/include/libopencm3/stm32/common/flash_common_f24.h
@@ -25,7 +25,9 @@
* http://www.st.com/st-web-ui/static/active/en/resource/technical/document/programming_manual/DM00023388.pdf
*/
+/** @cond */
#ifdef LIBOPENCM3_FLASH_H
+/** @endcond */
#ifndef LIBOPENCM3_FLASH_COMMON_F24_H
#define LIBOPENCM3_FLASH_COMMON_F24_H
@@ -150,7 +152,9 @@ void flash_program_option_bytes(u32 data);
END_DECLS
#endif
+/** @cond */
#else
#warning "flash_common_f24.h should not be included explicitly, only via flash.h"
#endif
+/** @endcond */