aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdriver/sys_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdriver/sys_defs.h')
-rw-r--r--src/gdriver/sys_defs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gdriver/sys_defs.h b/src/gdriver/sys_defs.h
index f7bf622e..4ac20b19 100644
--- a/src/gdriver/sys_defs.h
+++ b/src/gdriver/sys_defs.h
@@ -8,7 +8,7 @@
/**
* @file src/gdriver/sys_defs.h
*
- * @addtogroup GINPUT
+ * @addtogroup GDRIVER
*
* @brief Module to support registering and unregistering of drivers
*
@@ -81,7 +81,7 @@ typedef struct GDriverVMT {
* const MyDriverVMTtype a[1] = {{...}};
* const MyDriverVMTtype b[1] = {{...}};
* ...
- * #define DRIVER_LIST a, b
+ * \#define DRIVER_LIST a, b
* extern GDriverVMTList DRIVER_LIST; // Now treated as single element arrays of GDriverVMT
* const GDriverVMT const * mylist = { DRIVER_LIST };
* </code>
@@ -157,4 +157,3 @@ extern "C" {
#endif /* _GDRIVER_H */
/** @} */
-