diff options
Diffstat (limited to 'src/include/inline.h')
-rw-r--r-- | src/include/inline.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 <http://www.gnu.org/licenses/>.
*/
-/**
- * @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_ */
-
-/** @} */
|