summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index 4ab92e2..b5fad84 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -1,8 +1,8 @@
/******************************************************************************
*
- * $Id$
+ *
*
- * Copyright (C) 1997-2007 by Dimitri van Heesch.
+ * Copyright (C) 1997-2008 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -52,6 +52,7 @@ class LatexGenerator : public OutputGenerator
void startIndexSection(IndexSections);
void endIndexSection(IndexSections);
+ void writePageLink(const char *,bool);
void startProjectNumber();
void endProjectNumber() {}
void writeStyleInfo(int part);
@@ -171,7 +172,11 @@ class LatexGenerator : public OutputGenerator
void endClassDiagram(const ClassDiagram &,const char *,const char *);
void startPageRef();
void endPageRef(const char *,const char *);
+ void startQuickIndices() {}
+ void endQuickIndices() {}
void writeQuickLinks(bool,HighlightedItem) {}
+ void startContents() {}
+ void endContents() {}
void writeNonBreakableSpace(int);
void startDescTable()
@@ -205,7 +210,7 @@ class LatexGenerator : public OutputGenerator
void endMemberDocPrefixItem() {}
void startMemberDocName(bool) {}
void endMemberDocName() {}
- void startParameterType(bool,const char *) {}
+ void startParameterType(bool,const char *);
void endParameterType() {}
void startParameterName(bool) {}
void endParameterName(bool,bool,bool) {}