summaryrefslogtreecommitdiffstats
path: root/src/docparser.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-03-27 20:22:11 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-03-27 20:22:11 (GMT)
commit1134237afe25f86fcf7c7e2a76a3542eee8acc79 (patch)
tree61693e55d7d19def20499b7a62795028b86f82d4 /src/docparser.h
parent904ad3fbdc5e1615fdb052ba8562fc9b1329cd81 (diff)
downloadDoxygen-1134237afe25f86fcf7c7e2a76a3542eee8acc79.zip
Doxygen-1134237afe25f86fcf7c7e2a76a3542eee8acc79.tar.gz
Doxygen-1134237afe25f86fcf7c7e2a76a3542eee8acc79.tar.bz2
Added \latexinclude command (thanks to Juan Zaratiegui for the patch)
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 37c78cd..a6d9fc0 100644
--- a/src/docparser.h
+++ b/src/docparser.h
@@ -462,7 +462,7 @@ class DocVerbatim : public DocNode
class DocInclude : public DocNode
{
public:
- enum Type { Include, DontInclude, VerbInclude, HtmlInclude, IncWithLines, Snippet };
+ enum Type { Include, DontInclude, VerbInclude, HtmlInclude, LatexInclude, IncWithLines, Snippet };
DocInclude(DocNode *parent,const QCString &file,
const QCString context, Type t,
bool isExample,const QCString exampleFile,