summaryrefslogtreecommitdiffstats
path: root/src/dotincldepgraph.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/dotincldepgraph.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/dotincldepgraph.h')
-rw-r--r--src/dotincldepgraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotincldepgraph.h b/src/dotincldepgraph.h
index b664ccb..5807ce8 100644
--- a/src/dotincldepgraph.h
+++ b/src/dotincldepgraph.h
@@ -32,6 +32,7 @@ class DotInclDepGraph : public DotGraph
bool writeImageMap=TRUE,int graphId=-1);
bool isTrivial() const;
bool isTooBig() const;
+ int numNodes() const;
void writeXML(FTextStream &t);
void writeDocbook(FTextStream &t);