aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chchecks.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chchecks.h')
-rw-r--r--os/rt/include/chchecks.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/os/rt/include/chchecks.h b/os/rt/include/chchecks.h
index 5c38757cd..a1ca063a6 100644
--- a/os/rt/include/chchecks.h
+++ b/os/rt/include/chchecks.h
@@ -20,6 +20,12 @@
/**
* @file chchecks.h
* @brief Configuration file checks header.
+ *
+ * @addtogroup conf_checks
+ * @details This module performs a series of checks on configuration data,
+ * it is able to detect and reject obsolete or incomplete
+ * @p chconf.h files.
+ * @{
*/
#ifndef CHCHECKS_H
@@ -253,3 +259,5 @@
/*===========================================================================*/
#endif /* CHCHECKS_H */
+
+/** @} */