From 1508b4c564d1a34a3b06699a212b1faa27607fae Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 1 Jun 2009 14:59:30 +0000 Subject: Removed empty "inline" section from the documentation. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@995 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/main.dox | 6 ------ src/include/inline.h | 9 --------- 2 files changed, 15 deletions(-) diff --git a/docs/src/main.dox b/docs/src/main.dox index 288cda4c7..377427d0a 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -131,12 +131,6 @@ * @ingroup Kernel */ -/** - * @defgroup Inline Inline - * System inline-able code. - * @ingroup Kernel - */ - /** * @defgroup Debug Debug * Debug APIs and procedures. diff --git a/src/include/inline.h b/src/include/inline.h index 26a4cf3da..0daaffcaa 100644 --- a/src/include/inline.h +++ b/src/include/inline.h @@ -17,13 +17,6 @@ along with this program. If not, see . */ -/** - * @file inline.h - * @brief Inline versions of some critical system routines. - * @addtogroup Inline - * @{ - */ - #ifndef _INLINE_H_ #define _INLINE_H_ @@ -72,5 +65,3 @@ static INLINE Thread *dequeue(Thread *tp) { #endif /* CH_OPTIMIZE_SPEED */ #endif /* _INLINE_H_ */ - -/** @} */ -- cgit v1.2.3