diff options
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 |