summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/umon/cli.h
diff options
context:
space:
mode:
authorSzkocsovszki Zsolt <zsoltisharkboy@gmail.com>2014-01-05 22:43:54 +0100
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-08 15:23:53 -0600
commite87b3006351bc453107b69a5f7b94e5f3a92d36e (patch)
tree61c41ee0bb7eabe8be0c2afd60f9828a29998169 /c/src/lib/libbsp/shared/umon/cli.h
parentgenmcf548x: Improve Doxygen (diff)
downloadrtems-e87b3006351bc453107b69a5f7b94e5f3a92d36e.tar.bz2
shared vmeUniverse: Improve Doxygen
Diffstat (limited to 'c/src/lib/libbsp/shared/umon/cli.h')
-rw-r--r--c/src/lib/libbsp/shared/umon/cli.h19
1 files changed, 15 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/shared/umon/cli.h b/c/src/lib/libbsp/shared/umon/cli.h
index 0cf2bb1833..0e1689db26 100644
--- a/c/src/lib/libbsp/shared/umon/cli.h
+++ b/c/src/lib/libbsp/shared/umon/cli.h
@@ -1,7 +1,12 @@
-/*
- * cli.h - Header file for Command Line Interface related stuff
+/**
+ * @file
*
- * Based upon code from MicroMonitor 1.17 from http://www.umonfw.com/
+ * @ingroup shared_cli
+ *
+ * @brief Header file for Command Line Interface related stuff
+ */
+
+/* Based upon code from MicroMonitor 1.17 from http://www.umonfw.com/
* which includes this notice:
*
**************************************************************************
@@ -38,8 +43,14 @@
extern "C" {
#endif
-/* Command table structure used by the monitor:
+/**
+ * @defgroup shared_cli Command table structure
+ *
+ * @ingroup shared_umon
+ *
+ * @brief Command table structure used by the monitor:
*/
+
struct monCommand {
char *name; /* Name of command seen by user. */
int (*func)(int,char **); /* Called when command is invoked. */