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/spi_common_all.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/spi_common_all.h')
-rw-r--r--include/libopencm3/stm32/common/spi_common_all.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/common/spi_common_all.h b/include/libopencm3/stm32/common/spi_common_all.h
index 26086f7c..0a510f3f 100644
--- a/include/libopencm3/stm32/common/spi_common_all.h
+++ b/include/libopencm3/stm32/common/spi_common_all.h
@@ -27,7 +27,9 @@
The order of header inclusion is important. spi.h includes the device
specific memorymap.h header before including this header file.*/
+/** @cond */
#if defined (LIBOPENCM3_SPI_H) || defined (LIBOPENCM3_SPI_COMMON_F24_H)
+/** @endcond */
#ifndef LIBOPENCM3_SPI_COMMON_ALL_H
#define LIBOPENCM3_SPI_COMMON_ALL_H
@@ -405,7 +407,9 @@ END_DECLS
/**@}*/
#endif
+/** @cond */
#else
#warning "spi_common_all.h should not be included explicitly, only via spi.h"
#endif
+/** @endcond */