aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-06-01 01:57:20 +0200
committerJoel Bodenmann <joel@unormal.org>2013-06-01 01:57:20 +0200
commite12a213ff1d02a2f56b7d21208e3a30329605bc1 (patch)
tree189302c064c44dd9c298e5cffea08f0936b6ecd0 /demos/3rdparty
parentebc30c02bcff4ea36ac3e46b48ae413c0ed34b80 (diff)
downloaduGFX-e12a213ff1d02a2f56b7d21208e3a30329605bc1.tar.gz
uGFX-e12a213ff1d02a2f56b7d21208e3a30329605bc1.tar.bz2
uGFX-e12a213ff1d02a2f56b7d21208e3a30329605bc1.zip
doxygen fixes
Diffstat (limited to 'demos/3rdparty')
-rw-r--r--demos/3rdparty/tdisp_f4_discovery/chconf.h12
-rw-r--r--demos/3rdparty/tdisp_f4_discovery/halconf.h12
2 files changed, 0 insertions, 24 deletions
diff --git a/demos/3rdparty/tdisp_f4_discovery/chconf.h b/demos/3rdparty/tdisp_f4_discovery/chconf.h
index b1f2cd62..8c706ab3 100644
--- a/demos/3rdparty/tdisp_f4_discovery/chconf.h
+++ b/demos/3rdparty/tdisp_f4_discovery/chconf.h
@@ -18,17 +18,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/**
- * @file templates/chconf.h
- * @brief Configuration file template.
- * @details A copy of this file must be placed in each project directory, it
- * contains the application specific kernel settings.
- *
- * @addtogroup config
- * @details Kernel related settings and hooks.
- * @{
- */
-
#ifndef _CHCONF_H_
#define _CHCONF_H_
@@ -532,4 +521,3 @@
#endif /* _CHCONF_H_ */
-/** @} */
diff --git a/demos/3rdparty/tdisp_f4_discovery/halconf.h b/demos/3rdparty/tdisp_f4_discovery/halconf.h
index fc80a015..c30e285a 100644
--- a/demos/3rdparty/tdisp_f4_discovery/halconf.h
+++ b/demos/3rdparty/tdisp_f4_discovery/halconf.h
@@ -18,17 +18,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/**
- * @file templates/halconf.h
- * @brief HAL configuration header.
- * @details HAL configuration file, this file allows to enable or disable the
- * various device drivers from your application. You may also use
- * this file in order to override the device drivers default settings.
- *
- * @addtogroup HAL_CONF
- * @{
- */
-
#ifndef _HALCONF_H_
#define _HALCONF_H_
@@ -339,4 +328,3 @@
#endif /* _HALCONF_H_ */
-/** @} */