aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-03 11:54:03 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-03 11:54:03 +0000
commit9e7ae25e49648f92a7ef092b9ec39cec8db121ac (patch)
tree56508e69a09577b9eba1392da23edd70540b48eb /os/rt
parent380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a (diff)
downloadChibiOS-9e7ae25e49648f92a7ef092b9ec39cec8db121ac.tar.gz
ChibiOS-9e7ae25e49648f92a7ef092b9ec39cec8db121ac.tar.bz2
ChibiOS-9e7ae25e49648f92a7ef092b9ec39cec8db121ac.zip
Documentation-related improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11989 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/rt')
-rw-r--r--os/rt/dox/rt.dox5
-rw-r--r--os/rt/include/chrestrictions.h7
2 files changed, 10 insertions, 2 deletions
diff --git a/os/rt/dox/rt.dox b/os/rt/dox/rt.dox
index bd19984ba..5664e57a2 100644
--- a/os/rt/dox/rt.dox
+++ b/os/rt/dox/rt.dox
@@ -22,6 +22,7 @@
* @details The kernel is the portable part of ChibiOS/RT, this section
* documents the various kernel subsystems.
*/
+ */
/**
* @defgroup kernel_info Version Numbers and Identification
@@ -44,8 +45,8 @@
*/
/**
- * @defgroup checks License Checks
- * @ingroup kernel
+ * @defgroup rt_restrictions Restrictions
+ * @ingroup config_category
*/
/**
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 */
+
+/** @} */