diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-05-08 20:42:05 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-05-08 20:42:05 (GMT) |
commit | 367c98ad291fd02781ae1c20a6e09e0b07dbec88 (patch) | |
tree | 28a24e8c88d32a50bc5bef6d49306553267dc5ab /src/config.h | |
parent | 59bbbf5099f9bcf96d3585e4fc0669e091d3b9e7 (diff) | |
download | Doxygen-367c98ad291fd02781ae1c20a6e09e0b07dbec88.zip Doxygen-367c98ad291fd02781ae1c20a6e09e0b07dbec88.tar.gz Doxygen-367c98ad291fd02781ae1c20a6e09e0b07dbec88.tar.bz2 |
Release-1.1.3
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index a4ed72d..71ac028 100644 --- a/src/config.h +++ b/src/config.h @@ -106,6 +106,7 @@ struct Config static bool allExtFlag; // include all external classes flag static QCString perlPath; // the absolute path to perl static bool haveDotFlag; // indicates wether or not dot is present + static bool classGraphFlag; // class graph static bool collGraphFlag; // collaboration graph static bool includeGraphFlag; // include graph static bool gfxHierarchyFlag; // flag to enable graphical hierarchy |