diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2007-03-15 10:14:23 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2007-03-15 10:14:23 (GMT) |
commit | cc52853c15833c9a18be11c140b99d94d9e06e9e (patch) | |
tree | 5300b179faf00eea740dda6ee3be5343c70b1c79 /src/latexdocvisitor.h | |
parent | eb591296685b8268427173e0a24f74abd987170d (diff) | |
download | Doxygen-cc52853c15833c9a18be11c140b99d94d9e06e9e.zip Doxygen-cc52853c15833c9a18be11c140b99d94d9e06e9e.tar.gz Doxygen-cc52853c15833c9a18be11c140b99d94d9e06e9e.tar.bz2 |
Release-1.5.1-20070315
Diffstat (limited to 'src/latexdocvisitor.h')
-rw-r--r-- | src/latexdocvisitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/latexdocvisitor.h b/src/latexdocvisitor.h index 62f1011..562d299 100644 --- a/src/latexdocvisitor.h +++ b/src/latexdocvisitor.h @@ -143,6 +143,7 @@ class LatexDocVisitor : public DocVisitor void startDotFile(const QString &fileName,const QString &width, const QString &height, bool hasCaption); void endDotFile(bool hasCaption); + void writeMscFile(const QString &fileName); void pushEnabled(); void popEnabled(); |