From 834a2dc74feb56ea4a9fa6776a6b5a198f25e601 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 6 Jan 2016 12:59:51 +0000 Subject: Documentation related fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8700 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/nil/dox/nil.dox | 5 +++++ os/nil/templates/nilcore_timer.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/os/nil/dox/nil.dox b/os/nil/dox/nil.dox index 51e0f3792..c4953e001 100644 --- a/os/nil/dox/nil.dox +++ b/os/nil/dox/nil.dox @@ -42,4 +42,9 @@ * @defgroup NIL_CORE Port Layer * @ingroup NIL */ + +/** + * @defgroup NIL_TIMER Timer Interface + * @ingroup NIL + */ diff --git a/os/nil/templates/nilcore_timer.h b/os/nil/templates/nilcore_timer.h index 49c59309b..6eab4dd40 100644 --- a/os/nil/templates/nilcore_timer.h +++ b/os/nil/templates/nilcore_timer.h @@ -21,7 +21,7 @@ * @file templates/nilcore_timer.h * @brief System timer header file. * - * @addtogroup ARMCMx_TIMER + * @addtogroup NIL_TIMER * @{ */ -- cgit v1.2.3