diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-06-10 09:28:22 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-06-10 09:28:22 (GMT) |
commit | 0ce3aea886f4e95da56d164b3944fd54d3d68f89 (patch) | |
tree | 6709ddc7b1764dc3b20bbac7eb36c05edcc91e03 /src/latexgen.h | |
parent | 1983c30b71bf92b3fa6bfedbb98451c3b7f74498 (diff) | |
download | Doxygen-0ce3aea886f4e95da56d164b3944fd54d3d68f89.zip Doxygen-0ce3aea886f4e95da56d164b3944fd54d3d68f89.tar.gz Doxygen-0ce3aea886f4e95da56d164b3944fd54d3d68f89.tar.bz2 |
Release-1.8.1.1
Diffstat (limited to 'src/latexgen.h')
-rw-r--r-- | src/latexgen.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/latexgen.h b/src/latexgen.h index 254632f..cd47ac3 100644 --- a/src/latexgen.h +++ b/src/latexgen.h @@ -22,6 +22,7 @@ class QFile; +/** Generator for LaTeX output. */ class LatexGenerator : public OutputGenerator { public: @@ -164,7 +165,7 @@ class LatexGenerator : public OutputGenerator void endSmall() { t << "\\normalsize "; } void startMemberDescription(const char *,const char *); void endMemberDescription(); - void writeInheritedSectionTitle(const char *,const char *, + void writeInheritedSectionTitle(const char *,const char *,const char *, const char *,const char *,const char *) {} void startDescList(SectionTypes) { t << "\\begin{Desc}\n\\item["; } void endDescList() { t << "\\end{Desc}" << endl; } @@ -187,6 +188,7 @@ class LatexGenerator : public OutputGenerator void startQuickIndices() {} void endQuickIndices() {} void writeSplitBar(const char *) {} + void writeNavigationPath(const char *) {} void writeLogo() {} void writeQuickLinks(bool,HighlightedItem,const char*) {} void startContents() {} |