aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/various.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/various/various.dox')
-rw-r--r--os/various/various.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/various/various.dox b/os/various/various.dox
index 63872e2de..fae5e65e5 100644
--- a/os/various/various.dox
+++ b/os/various/various.dox
@@ -18,7 +18,7 @@
*/
/**
- * @defgroup utilities_library Utilities Library
+ * @defgroup various Various
* @brief Utilities Library.
* @details This is a collection of useful library code that is not part of
* the base kernel services.
@@ -35,7 +35,7 @@
* @details This module allows to use the ChibiOS/RT functionalities
* from C++ as classes and objects rather the traditional "C" APIs.
*
- * @ingroup utilities_library
+ * @ingroup various
*/
/**
@@ -45,5 +45,5 @@
* listening threads can use the event to perform time related activities.
* Multiple threads can listen to the same timer.
*
- * @ingroup utilities_library
+ * @ingroup various
*/