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 --- src/include/inline.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') 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