summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-07-15 20:10:02 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-07-15 20:10:02 (GMT)
commitb860a5cc743f3297002876b58d4db5e504f4294d (patch)
treeb9a5247ad8e1b7ecda53346aa9e29e3e10167e5b /src/dot.h
parentbcbf69496a8e7e703ecf4fb6e5de264f86ebea84 (diff)
downloadDoxygen-b860a5cc743f3297002876b58d4db5e504f4294d.zip
Doxygen-b860a5cc743f3297002876b58d4db5e504f4294d.tar.gz
Doxygen-b860a5cc743f3297002876b58d4db5e504f4294d.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);