summaryrefslogtreecommitdiffstats
path: root/src/cmdmapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdmapper.cpp')
-rw-r--r--src/cmdmapper.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmdmapper.cpp b/src/cmdmapper.cpp
index 16e8a7a..1e5cc17 100644
--- a/src/cmdmapper.cpp
+++ b/src/cmdmapper.cpp
@@ -112,7 +112,8 @@ CommandMap cmdMap[] =
{ "endmanonly", CMD_ENDMANONLY },
{ "includelineno", CMD_INCWITHLINES },
{ "inheritdoc", CMD_INHERITDOC },
- { 0, 0 }
+ { "mscfile", CMD_MSCFILE },
+ { 0, 0 },
};
//----------------------------------------------------------------------------