summaryrefslogtreecommitdiffstats
path: root/src/docparser.h
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/docparser.h
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/docparser.h')
-rw-r--r--src/docparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docparser.h b/src/docparser.h
index e2751d8..1fe5e95 100644
--- a/src/docparser.h
+++ b/src/docparser.h
@@ -483,7 +483,7 @@ class DocVerbatim : public DocNode
class DocInclude : public DocNode
{
public:
- enum Type { Include, DontInclude, VerbInclude, HtmlInclude, LatexInclude, IncWithLines, Snippet };
+ enum Type { Include, DontInclude, VerbInclude, HtmlInclude, LatexInclude, IncWithLines, Snippet , IncludeDoc, SnippetDoc};
DocInclude(DocNode *parent,const QCString &file,
const QCString context, Type t,
bool isExample,const QCString exampleFile,