diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-10-26 21:03:52 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-10-26 21:03:52 (GMT) |
commit | 49dcfeef8aaeca15320299194569f97b86a7e153 (patch) | |
tree | 4c65fd4f0ce24f06f9b7a5067eb6c577fb1479a2 /src/dot.h | |
parent | 71fd38650147b953fb5063648a538673649bda85 (diff) | |
download | Doxygen-49dcfeef8aaeca15320299194569f97b86a7e153.zip Doxygen-49dcfeef8aaeca15320299194569f97b86a7e153.tar.gz Doxygen-49dcfeef8aaeca15320299194569f97b86a7e153.tar.bz2 |
Release-1.3.4-20031026
Diffstat (limited to 'src/dot.h')
-rw-r--r-- | src/dot.h | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -99,14 +99,16 @@ class DotNode friend class DotNodeList; friend class DotCallGraph; friend void writeDotGraph( - DotNode *root, - GraphType gt, - GraphOutputFormat f, - const QCString &baseName, - bool lrRank, - bool renderParents, - int distance, - bool backArrow + DotNode *root, GraphType gt, + GraphOutputFormat f, const QCString &baseName, + bool lrRank, bool renderParents, + int distance, bool backArrows + ); + friend QCString computeMd5Signature( + DotNode *root, GraphType gt, + GraphOutputFormat f, + bool lrRank, bool renderParents, + int distance, bool backArrows ); }; |