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@internode.on.net>2014-01-14 16:28:48 +0400
committerFrantisek Burian <BuFran@seznam.cz>2014-01-16 01:19:52 +0400
commit3c6e9fd56df9784bd0545a982754718dba70a50c (patch)
tree7e2a95329a1246cbca57ae65aa35403d13fc5a1a /include/libopencm3/stm32/common/gpio_common_f24.h
parenta54a12e1c96236e6e010e97e91c5a82a2ad516f1 (diff)
Fix a number of top level doxygen issues.
So that the navigation pane works correctly in browsers. Some additional doc fixes put in where found (but many more still to go). Added some dummy .c and .h files to bring the associated docs into line. makefile changed to allow 'make html' as well as 'make doc' (the latter only does html anyway).
Diffstat (limited to 'include/libopencm3/stm32/common/gpio_common_f24.h')
-rw-r--r--include/libopencm3/stm32/common/gpio_common_f24.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/include/libopencm3/stm32/common/gpio_common_f24.h b/include/libopencm3/stm32/common/gpio_common_f24.h
index 2b37b97f..21b6b8ae 100644
--- a/include/libopencm3/stm32/common/gpio_common_f24.h
+++ b/include/libopencm3/stm32/common/gpio_common_f24.h
@@ -1,11 +1,11 @@
/** @addtogroup gpio_defines
-
-@author @htmlonly &copy; @endhtmlonly 2011
-Fergus Noble <fergusnoble@gmail.com>
-@author @htmlonly &copy; @endhtmlonly 2012
-Ken Sarkies <ksarkies@internode.on.net>
-
-*/
+ *
+ * @author @htmlonly &copy; @endhtmlonly 2011
+ * Fergus Noble <fergusnoble@gmail.com>
+ * @author @htmlonly &copy; @endhtmlonly 2012
+ * Ken Sarkies <ksarkies@internode.on.net>
+ *
+ */
/*
* This file is part of the libopencm3 project.
*
@@ -103,6 +103,7 @@ specific memorymap.h header before including this header file.*/
#define GPIOH_AFRH GPIO_AFRH(GPIOH)
#define GPIOI_AFRH GPIO_AFRH(GPIOI)
+/**@}*/
#endif
/** @cond */
#else