summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-07-15 20:10:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-07-15 20:10:02 (GMT)
commita2bf2ebcf009a45c53748f0c7f9182c017c0bcd9 (patch)
treeb9a5247ad8e1b7ecda53346aa9e29e3e10167e5b /src/dot.h
parent457ca5c291eddeb1a4cd667e20cd8d7dfc1d7f2e (diff)
downloadDoxygen-a2bf2ebcf009a45c53748f0c7f9182c017c0bcd9.zip
Doxygen-a2bf2ebcf009a45c53748f0c7f9182c017c0bcd9.tar.gz
Doxygen-a2bf2ebcf009a45c53748f0c7f9182c017c0bcd9.tar.bz2
Release-1.2.17
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dot.h b/src/dot.h
index 220b8e9..78c7e7d 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -168,6 +168,6 @@ class DotInclDepGraph
};
void generateGraphLegend(const char *path);
-void writeDotGraphFromFile(const char *inFile,const char *outFile,
- GraphOutputFormat format);
+void writeDotGraphFromFile(const char *inFile,const char *outDir,
+ const char *outFile,GraphOutputFormat format);