aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/src/main.dox6
-rw-r--r--src/include/inline.h9
2 files changed, 0 insertions, 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
@@ -132,12 +132,6 @@
*/
/**
- * @defgroup Inline Inline
- * System inline-able code.
- * @ingroup Kernel
- */
-
-/**
* @defgroup Debug Debug
* Debug APIs and procedures.
* @ingroup Kernel
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_ */
-
-/** @} */