diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-08-25 11:45:32 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-08-25 11:45:32 (GMT) |
commit | 0c8b6ca69f951ce8c94902764cf036d6a79e5102 (patch) | |
tree | 1eb87ba34df4235398b79f257b2af06a38a3f2b2 /src/configoptions.cpp | |
parent | 347f313fd93041ce8acf08c4927cb763d5f2d3cd (diff) | |
download | Doxygen-0c8b6ca69f951ce8c94902764cf036d6a79e5102.zip Doxygen-0c8b6ca69f951ce8c94902764cf036d6a79e5102.tar.gz Doxygen-0c8b6ca69f951ce8c94902764cf036d6a79e5102.tar.bz2 |
Release-1.6.1
Diffstat (limited to 'src/configoptions.cpp')
-rw-r--r-- | src/configoptions.cpp | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/configoptions.cpp b/src/configoptions.cpp index 9d9c489..2aad2bc 100644 --- a/src/configoptions.cpp +++ b/src/configoptions.cpp @@ -636,6 +636,14 @@ void addConfigOptions(Config *cfg) ); //---- cb = cfg->addBool( + "SHOW_USED_FILES", + "Set the SHOW_USED_FILES tag to NO to disable the list of files generated\n" + "at the bottom of the documentation of classes and structs. If set to YES the\n" + "list will mention the files that were used to generate the documentation.", + TRUE + ); + //---- + cb = cfg->addBool( "SHOW_DIRECTORIES", "If the sources in your project are distributed over multiple directories\n" "then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy\n" @@ -1293,7 +1301,7 @@ void addConfigOptions(Config *cfg) "GENERATE_TREEVIEW", "The GENERATE_TREEVIEW tag is used to specify whether a tree-like index\n" "structure should be generated to display hierarchical information.\n" - "If the tag value is set to FRAME, a side panel will be generated\n" + "If the tag value is set to YES, a side panel will be generated\n" "containing a tree-like index structure (just like the one that\n" "is generated for HTML Help). For this to work a browser that supports\n" "JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).\n" @@ -2089,8 +2097,6 @@ void addConfigOptions(Config *cfg) ); cb->addDependency("HAVE_DOT"); //---- - cfg->addObsolete("SHOW_USED_FILES"); - //---- cfg->addObsolete("USE_WINDOWS_ENCODING"); //---- cfg->addObsolete("DETAILS_AT_TOP"); |