Fixes to implement generation of markdown auto-generated documentation

This commit is contained in:
Martin Holst Swende 2014-03-26 22:35:25 +01:00 committed by Philippe Teuwen
parent ae7aa73dd5
commit 57c695563f
8 changed files with 104 additions and 49 deletions

View file

@ -25,5 +25,6 @@ typedef struct command_s
void CmdsHelp(const command_t Commands[]);
// Parse a command line
void CmdsParse(const command_t Commands[], const char *Cmd);
void dumpCommandsRecursive(const command_t cmds[]);
#endif