diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-08 20:42:05 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-08 20:42:05 (GMT) |
commit | 6c268019f8ce8b58058e7f7f8204c82b8d0ac190 (patch) | |
tree | 28a24e8c88d32a50bc5bef6d49306553267dc5ab /addon/configgen | |
parent | b5fb0aa0f1c2a5373ed97b127e2daeeb81ab38f2 (diff) | |
download | Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.zip Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.tar.gz Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.tar.bz2 |
Release-1.1.3
Diffstat (limited to 'addon/configgen')
-rw-r--r-- | addon/configgen/configgen.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addon/configgen/configgen.cpp b/addon/configgen/configgen.cpp index e4f9806..dd45913 100644 --- a/addon/configgen/configgen.cpp +++ b/addon/configgen/configgen.cpp @@ -1427,6 +1427,16 @@ void init() "toolkit from AT&T and Lucent Bell Labs. The other options in this section \n" "have no effect if this option is set to NO (the default) \n" ); + ConfigBool::add( "classGraphFlag", + "CLASS_GRAPH", + "TRUE", + "class graph", + "If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen \n" + "will generate a graph for each documented class showing the direct and \n" + "indirect inheritance relations. Setting this tag to YES will force the \n" + "the CLASS_DIAGRAMS tag to NO.\n" + ); + addDependency("classGraphFlag","haveDotFlag"); ConfigBool::add( "collGraphFlag", "COLLABORATION_GRAPH", "TRUE", |