aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chrestrictions.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chrestrictions.h')
-rw-r--r--os/rt/include/chrestrictions.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/rt/include/chrestrictions.h b/os/rt/include/chrestrictions.h
index 3871b3c59..5981aa319 100644
--- a/os/rt/include/chrestrictions.h
+++ b/os/rt/include/chrestrictions.h
@@ -20,6 +20,11 @@
/**
* @file chrestrictions.h
* @brief Licensing restrictions header.
+ *
+ * @addtogroup rt_restrictions
+ * @details This module is responsible for applying license-related
+ * restrictions to the configuration options.
+ * @{
*/
#ifndef CHRESTRICTIONS_H
@@ -109,3 +114,5 @@
/*===========================================================================*/
#endif /* CHRESTRICTIONS_H */
+
+/** @} */