summaryrefslogtreecommitdiffstats
path: root/src/latexdocvisitor.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-09-15 19:52:11 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-09-15 19:52:11 (GMT)
commit640babbbb6882ce1b1e52563c0617e2f4213eeb8 (patch)
treebc73f10ae9a4b60f97e656106d08de380d012457 /src/latexdocvisitor.h
parent79ad8414d813c1126e2807f4321ca4c70d6291fa (diff)
downloadDoxygen-640babbbb6882ce1b1e52563c0617e2f4213eeb8.zip
Doxygen-640babbbb6882ce1b1e52563c0617e2f4213eeb8.tar.gz
Doxygen-640babbbb6882ce1b1e52563c0617e2f4213eeb8.tar.bz2
Release-1.3.3-20030915
Diffstat (limited to 'src/latexdocvisitor.h')
-rw-r--r--src/latexdocvisitor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/latexdocvisitor.h b/src/latexdocvisitor.h
index 0b168d5..7b2d4ff 100644
--- a/src/latexdocvisitor.h
+++ b/src/latexdocvisitor.h
@@ -138,6 +138,9 @@ class LatexDocVisitor : public DocVisitor
void endLink(const QString &ref,const QString &file,
const QString &anchor);
QString escapeMakeIndexChars(const char *s);
+ void startDotFile(const QString &fileName,const QString &width,
+ const QString &height, bool hasCaption);
+ void endDotFile(bool hasCaption);
void pushEnabled();
void popEnabled();