The CommandProcessor is the interface to install a run-time menu into an embedded system.

Dependents:   A_CANAdapter USB2I2C

Revision:
11:4a3cd3f2183b
Parent:
10:9e52bd1a4a71
Child:
12:a8c56bf811b9
diff -r 9e52bd1a4a71 -r 4a3cd3f2183b CommandProcessor.c
--- a/CommandProcessor.c	Sat Apr 23 14:04:19 2011 +0000
+++ b/CommandProcessor.c	Sat Apr 23 14:15:10 2011 +0000
@@ -26,6 +26,7 @@
 #include "CommandProcessor.h"
 
 /// This holds the single linked list of commands
+/// @verbatim
 /// +-- Head->next
 /// v
 /// +-- p       +-- n
@@ -35,6 +36,7 @@
 ///             |next|->0  |"..."          |*(callback)|
 ///                        |*(callback)    |visible    |
 ///                        |visible
+/// @endverbatim
 ///
 typedef struct CMDLINK_T {
     CMD_T * menu;                // handle to the menu item