diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-01-16 19:20:21 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-01-16 19:20:21 (GMT) |
commit | 8dab665567c9dffaa3f5fea198fc2110d536594d (patch) | |
tree | 78bac4e928b25e139605aceefa82537f378d8af0 /src/latexgen.h | |
parent | d3461a1c31f008345d784dc3e819047bc5265c30 (diff) | |
download | Doxygen-8dab665567c9dffaa3f5fea198fc2110d536594d.zip Doxygen-8dab665567c9dffaa3f5fea198fc2110d536594d.tar.gz Doxygen-8dab665567c9dffaa3f5fea198fc2110d536594d.tar.bz2 |
Release-1.5.4
Diffstat (limited to 'src/latexgen.h')
-rw-r--r-- | src/latexgen.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/latexgen.h b/src/latexgen.h index e57df38..4ab92e2 100644 --- a/src/latexgen.h +++ b/src/latexgen.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * + * $Id$ * * Copyright (C) 1997-2007 by Dimitri van Heesch. * @@ -168,7 +168,7 @@ class LatexGenerator : public OutputGenerator void endIndent() {} void writeSynopsis() {} void startClassDiagram(); - void endClassDiagram(ClassDiagram &,const char *,const char *); + void endClassDiagram(const ClassDiagram &,const char *,const char *); void startPageRef(); void endPageRef(const char *,const char *); void writeQuickLinks(bool,HighlightedItem) {} @@ -187,16 +187,16 @@ class LatexGenerator : public OutputGenerator void lastIndexPage() {} void startDotGraph(); - void endDotGraph(DotClassGraph &); + void endDotGraph(const DotClassGraph &); void startInclDepGraph(); - void endInclDepGraph(DotInclDepGraph &); + void endInclDepGraph(const DotInclDepGraph &); void startCallGraph(); void startGroupCollaboration(); - void endGroupCollaboration(DotGroupCollaboration &g); - void endCallGraph(DotCallGraph &); + void endGroupCollaboration(const DotGroupCollaboration &g); + void endCallGraph(const DotCallGraph &); void startDirDepGraph(); - void endDirDepGraph(DotDirDeps &g); - void writeGraphicalHierarchy(DotGfxHierarchyTable &) {} + void endDirDepGraph(const DotDirDeps &g); + void writeGraphicalHierarchy(const DotGfxHierarchyTable &) {} void startTextBlock(bool) {} void endTextBlock(bool) {} |