From bbabbf4ac29fc00d38a767cf07db01cf642e937d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 5 Jan 2009 14:05:30 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@582 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/ch.txt') diff --git a/docs/ch.txt b/docs/ch.txt index b95e80ff2..a0baed6bb 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -421,6 +421,7 @@ /** * @defgroup Kernel Kernel * @{ + * @file ch.h ChibiOS/RT main header file, it includes everything else. */ /** @} */ @@ -462,12 +463,12 @@ /** @} */ /** - * @defgroup Initialization Initialization + * @defgroup System System Management * @{ - * Initialization APIs and procedures. + * Initialization and system-related APIs and procedures. * @ingroup Kernel - * @file ch.h ChibiOS/RT main include file, it includes everything else. - * @file chinit.c ChibiOS/RT Initialization code. + * @file sys.h ChibiOS/RT system-related header file. + * @file chsys.c ChibiOS/RT system-related code. */ /** @} */ -- cgit v1.2.3