aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index 38d6d589a..02152047b 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -153,6 +153,16 @@
/** @} */
/**
+ * @defgroup Debug Debug
+ * @{
+ * Debug APIs and procedures.
+ * @ingroup Kernel
+ * @file debug.h Debug macros and structures.
+ * @file chdebug.c ChibiOS/RT Debug code.
+ */
+/** @} */
+
+/**
* @defgroup Scheduler Scheduler
* @{
* ChibiOS/RT scheduler.