summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-07-23 14:12:13 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-07-23 14:12:13 (GMT)
commitcbca2bdcd77ce0ab6b907cf2d4bab65340a57f00 (patch)
tree09c61b099f264e9ef7ffe1a291604f593deaa3bd /src/dot.h
parent578e2539bfa83fb0dc7b3e3931ea19d69b613dcf (diff)
downloadDoxygen-cbca2bdcd77ce0ab6b907cf2d4bab65340a57f00.zip
Doxygen-cbca2bdcd77ce0ab6b907cf2d4bab65340a57f00.tar.gz
Doxygen-cbca2bdcd77ce0ab6b907cf2d4bab65340a57f00.tar.bz2
Combined lrRank and rank parameters for computeMd5Signature
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dot.h b/src/dot.h
index 37832af..3a70d8b 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -133,12 +133,12 @@ class DotNode
friend QCString computeMd5Signature(
DotNode *root, GraphType gt,
- GraphOutputFormat f,
- bool lrRank, bool renderParents,
+ GraphOutputFormat f,
+ const QCString &rank,
+ bool renderParents,
bool backArrows,
const QCString &title,
- QCString &graphStr,
- const char *rank
+ QCString &graphStr
);
};