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/usart_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/usart_common_f24.h')
-rw-r--r--include/libopencm3/stm32/common/usart_common_f24.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/common/usart_common_f24.h b/include/libopencm3/stm32/common/usart_common_f24.h
index 22bb194e..6800230b 100644
--- a/include/libopencm3/stm32/common/usart_common_f24.h
+++ b/include/libopencm3/stm32/common/usart_common_f24.h
@@ -28,7 +28,9 @@
The order of header inclusion is important. usart.h includes the device
specific memorymap.h header before including this header file.*/
+/** @cond */
#ifdef LIBOPENCM3_USART_H
+/** @endcond */
#ifndef LIBOPENCM3_USART_COMMON_F24_H
#define LIBOPENCM3_USART_COMMON_F24_H
@@ -72,7 +74,9 @@ specific memorymap.h header before including this header file.*/
#define USART_CR3_ONEBIT (1 << 11)
#endif
+/** @cond */
#else
#warning "usart_common_f24.h should not be included explicitly, only via usart.h"
#endif
+/** @endcond */