From e04e6ada046db4f8a8de0b9895af4dca51a36f8d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 30 Dec 2008 17:17:52 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@565 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 19 +++++++++++++++++++ src/include/inline.h | 7 +++++++ src/templates/chtypes.h | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/ch.txt b/docs/ch.txt index ad7421f3b..71ef8140e 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -435,6 +435,25 @@ * Non portable code. * @ingroup Kernel * @file chcore.c Non portable code. + * @file chcore.h Non portable macros and structures. + */ +/** @} */ + +/** + * @defgroup Types Types + * @{ + * System types and macros. + * @ingroup Kernel + * @file chtypes.h System types and code modifiers. + */ +/** @} */ + +/** + * @defgroup Inline Inline + * @{ + * System inline-able code. + * @ingroup Kernel + * @file inline.h Inline versions of some critical system routines. */ /** @} */ diff --git a/src/include/inline.h b/src/include/inline.h index 9cc18974d..379a1f216 100644 --- a/src/include/inline.h +++ b/src/include/inline.h @@ -17,6 +17,11 @@ along with this program. If not, see . */ +/** + * @addtogroup Inline + * @{ + */ + #ifndef _INLINE_H_ #define _INLINE_H_ @@ -78,3 +83,5 @@ static INLINE Thread *list_remove(ThreadsList *tlp) { #endif /* CH_OPTIMIZE_SPEED */ #endif /* _INLINE_H_ */ + +/** @} */ diff --git a/src/templates/chtypes.h b/src/templates/chtypes.h index 92b5dc443..547b0fb7e 100644 --- a/src/templates/chtypes.h +++ b/src/templates/chtypes.h @@ -18,7 +18,7 @@ */ /** - * @addtogroup Core + * @addtogroup Types * @{ */ -- cgit v1.2.3