aboutsummaryrefslogtreecommitdiffstats
path: root/os/lib/src/chfactory.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/lib/src/chfactory.c')
-rw-r--r--os/lib/src/chfactory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/lib/src/chfactory.c b/os/lib/src/chfactory.c
index dbb13cab8..8384efc2a 100644
--- a/os/lib/src/chfactory.c
+++ b/os/lib/src/chfactory.c
@@ -21,7 +21,7 @@
* @file chfactory.c
* @brief ChibiOS objects factory and registry code.
*
- * @addtogroup objects_factory
+ * @addtogroup oslib_objects_factory
* @details The object factory is a subsystem that allows to:
* - Register static objects by name.
* - Dynamically create objects and assign them a name.