diff options
Diffstat (limited to 'src/cmdmapper.cpp')
-rw-r--r-- | src/cmdmapper.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cmdmapper.cpp b/src/cmdmapper.cpp index 8724d53..41fda43 100644 --- a/src/cmdmapper.cpp +++ b/src/cmdmapper.cpp @@ -27,12 +27,10 @@ CommandMap cmdMap[] = { "attention", CMD_ATTENTION }, { "author", CMD_AUTHOR }, { "b", CMD_BOLD }, - { "bug", CMD_BUG }, { "c", CMD_CODE }, { "code", CMD_STARTCODE }, { "copydoc", CMD_COPYDOC }, { "date", CMD_DATE }, - { "deprecated", CMD_DEPRECATED }, { "dontinclude", CMD_DONTINCLUDE }, { "dotfile", CMD_DOTFILE }, { "e", CMD_EMPHASIS }, @@ -81,9 +79,8 @@ CommandMap cmdMap[] = { "since", CMD_SINCE }, { "skip", CMD_SKIP }, { "skipline", CMD_SKIPLINE }, - { "test", CMD_TEST }, + { "xrefitem", CMD_XREFITEM }, { "throw", CMD_EXCEPTION }, - { "todo", CMD_TODO }, { "until", CMD_UNTIL }, { "verbatim", CMD_VERBATIM }, { "verbinclude", CMD_VERBINCLUDE }, |