summaryrefslogtreecommitdiffstats
path: root/src/dotcallgraph.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-16 14:49:20 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-11-16 14:49:20 (GMT)
commit7acba2f316a6e8f02364d76ab96b7ff9e739aec1 (patch)
treee32f6e68ecdecedc574a9382aef37f1db02c382e /src/dotcallgraph.h
parente43827ff91188fa49feec5ba5e5f4cbd825b164f (diff)
downloadDoxygen-7acba2f316a6e8f02364d76ab96b7ff9e739aec1.zip
Doxygen-7acba2f316a6e8f02364d76ab96b7ff9e739aec1.tar.gz
Doxygen-7acba2f316a6e8f02364d76ab96b7ff9e739aec1.tar.bz2
issue #7348 Better warning in case a graph would have been to large
Diffstat (limited to 'src/dotcallgraph.h')
-rw-r--r--src/dotcallgraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotcallgraph.h b/src/dotcallgraph.h
index c96b9cf..bba976c 100644
--- a/src/dotcallgraph.h
+++ b/src/dotcallgraph.h
@@ -28,6 +28,7 @@ class DotCallGraph : public DotGraph
~DotCallGraph();
bool isTrivial() const;
bool isTooBig() const;
+ int numNodes() const;
QCString writeGraph(FTextStream &t, GraphOutputFormat gf, EmbeddedOutputFormat ef,
const char *path,const char *fileName,
const char *relPath,bool writeImageMap=TRUE,