From e12a213ff1d02a2f56b7d21208e3a30329605bc1 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 1 Jun 2013 01:57:20 +0200 Subject: doxygen fixes --- demos/3rdparty/tdisp_f4_discovery/chconf.h | 12 ------------ demos/3rdparty/tdisp_f4_discovery/halconf.h | 12 ------------ 2 files changed, 24 deletions(-) (limited to 'demos') 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 . */ -/** - * @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 . */ -/** - * @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_ */ -/** @} */ -- cgit v1.2.3