summaryrefslogtreecommitdiffstats
path: root/src/cmdmapper.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2016-08-21 12:17:20 (GMT)
committeralbert-github <albert.tests@gmail.com>2016-08-21 12:17:20 (GMT)
commitba848363081c44c9aa9e91b193054983f562e90c (patch)
tree246ba9ad0b053e7f99815c906600d99deb690378 /src/cmdmapper.cpp
parentb24d9db1ae409195c18e83f1d31c2a135964f141 (diff)
downloadDoxygen-ba848363081c44c9aa9e91b193054983f562e90c.zip
Doxygen-ba848363081c44c9aa9e91b193054983f562e90c.tar.gz
Doxygen-ba848363081c44c9aa9e91b193054983f562e90c.tar.bz2
Introducing commands includedoc and snippetdoc
Purpose to have the possibility to have repeating texts not repeated in the comments. The commands include and snippet introduce code blocks whilst the commands includedoc and snippetdoc inclode the text as is and it will be parsed by doxygen.
Diffstat (limited to 'src/cmdmapper.cpp')
-rw-r--r--src/cmdmapper.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmdmapper.cpp b/src/cmdmapper.cpp
index 6784b3e..5ed25cc 100644
--- a/src/cmdmapper.cpp
+++ b/src/cmdmapper.cpp
@@ -88,6 +88,7 @@ CommandMap cmdMap[] =
{ "secreflist", CMD_SECREFLIST },
{ "section", CMD_SECTION },
{ "snippet", CMD_SNIPPET },
+ { "snippetdoc", CMD_SNIPPETDOC },
{ "subpage", CMD_SUBPAGE },
{ "subsection", CMD_SUBSECTION },
{ "subsubsection", CMD_SUBSUBSECTION },
@@ -130,6 +131,7 @@ CommandMap cmdMap[] =
{ "manonly", CMD_MANONLY },
{ "endmanonly", CMD_ENDMANONLY },
{ "includelineno", CMD_INCWITHLINES },
+ { "includedoc", CMD_INCLUDEDOC },
{ "inheritdoc", CMD_INHERITDOC },
{ "mscfile", CMD_MSCFILE },
{ "rtfonly", CMD_RTFONLY },