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 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'docs') 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. */ /** @} */ -- cgit v1.2.3