From: duplo Date: Thu, 22 Jan 2009 14:37:04 +0000 (+0000) Subject: Change the doxygen comments to make them readable by the wizard X-Git-Tag: 2.1.0~481 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=99c20022e169220696bc6a96205a602a50e426c1;p=bertos.git Change the doxygen comments to make them readable by the wizard git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2201 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_arch.h b/bertos/cfg/cfg_arch.h index 17d5709a..ea85566d 100644 --- a/bertos/cfg/cfg_arch.h +++ b/bertos/cfg/cfg_arch.h @@ -43,16 +43,11 @@ #ifndef CFG_ARCH_CONFIG_H #define CFG_ARCH_CONFIG_H -/** - * \name Architectures - * \{ - */ -#define ARCH_FOO (1<<0) -#define ARCH_BAR (1<<1) -#define ARCH_EMUL (1<<2) -#define ARCH_QT (1<<3) -#define ARCH_UNITTEST (1<<4) -#define ARCH_NIGHTTEST (1<<5) -/*\}*/ +#define ARCH_FOO (1<<0) ///< FOO architecture +#define ARCH_BAR (1<<1) ///< BAR architecture +#define ARCH_EMUL (1<<2) ///< EMUL architecture +#define ARCH_QT (1<<3) ///< QT architecture +#define ARCH_UNITTEST (1<<4) ///< UNITTEST architecture +#define ARCH_NIGHTTEST (1<<5) ///< NIGHTTEST architecture #endif /* CFG_ARCH_CONFIG_H */