aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index ad7421f3b..71ef8140e 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -435,6 +435,25 @@
* Non portable code.
* @ingroup Kernel
* @file chcore.c Non portable code.
+ * @file chcore.h Non portable macros and structures.
+ */
+/** @} */
+
+/**
+ * @defgroup Types Types
+ * @{
+ * System types and macros.
+ * @ingroup Kernel
+ * @file chtypes.h System types and code modifiers.
+ */
+/** @} */
+
+/**
+ * @defgroup Inline Inline
+ * @{
+ * System inline-able code.
+ * @ingroup Kernel
+ * @file inline.h Inline versions of some critical system routines.
*/
/** @} */