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.dox10
1 files changed, 10 insertions, 0 deletions
diff --git a/os/various/various.dox b/os/various/various.dox
index fae5e65e5..10dfe874f 100644
--- a/os/various/various.dox
+++ b/os/various/various.dox
@@ -47,3 +47,13 @@
*
* @ingroup various
*/
+
+/**
+ * @defgroup SHELL Command Shell
+ * @brief Small extendible command line shell.
+ * @details This module implements a generic extendible command line interface.
+ * The CLI just requires an I/O channel (@p BaseChannel), more commands can be
+ * added to the shell using the configuration structure.
+ *
+ * @ingroup various
+ */