Added code to generate HTML command reference for website

This commit is contained in:
James Booth
2015-02-08 00:42:21 +00:00
parent bec95afc8b
commit e0dfe4832b
4 changed files with 64 additions and 7 deletions

View File

@@ -66,4 +66,6 @@ void cmd_history_append(char *inp);
char *cmd_history_previous(char *inp);
char *cmd_history_next(char *inp);
void command_docgen(void);
#endif