diff options
author | albert-github <albert.tests@gmail.com> | 2018-04-09 12:30:49 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-04-09 12:30:49 (GMT) |
commit | 66a728cdcf50baeef45f78a1180c5ce86fe734af (patch) | |
tree | b528a3cee502c5e5a4805a194479f927cc6a8c7f /src/xmldocvisitor.cpp | |
parent | 7e2fcd305c8c9377aa958a3d812cc31bc81c0e32 (diff) | |
download | Doxygen-66a728cdcf50baeef45f78a1180c5ce86fe734af.zip Doxygen-66a728cdcf50baeef45f78a1180c5ce86fe734af.tar.gz Doxygen-66a728cdcf50baeef45f78a1180c5ce86fe734af.tar.bz2 |
Improvement LaTeX output
For a number of languages the output in LaTeX has been improved so the regular documentation can be generated (automatically) in LaTeX / PDF as well.
Diffstat (limited to 'src/xmldocvisitor.cpp')
-rw-r--r-- | src/xmldocvisitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmldocvisitor.cpp b/src/xmldocvisitor.cpp index 93765b1..a4bc40b 100644 --- a/src/xmldocvisitor.cpp +++ b/src/xmldocvisitor.cpp @@ -20,6 +20,7 @@ #include "xmldocvisitor.h" #include "docparser.h" +#include "config.h" #include "language.h" #include "doxygen.h" #include "outputgen.h" @@ -29,7 +30,6 @@ #include "util.h" #include "parserintf.h" #include "filename.h" -#include "config.h" #include "htmlentity.h" static void visitCaption(XmlDocVisitor *parent, QList<DocNode> children) |