diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-07-28 20:14:48 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-07-28 20:14:48 (GMT) |
commit | adac91e9a353095c3bae4b580d27b7cfd8617493 (patch) | |
tree | eb4c65d3676c6ecd00dc532bcb6420f9eb71aa32 /src/config.l | |
parent | b860a5cc743f3297002876b58d4db5e504f4294d (diff) | |
download | Doxygen-adac91e9a353095c3bae4b580d27b7cfd8617493.zip Doxygen-adac91e9a353095c3bae4b580d27b7cfd8617493.tar.gz Doxygen-adac91e9a353095c3bae4b580d27b7cfd8617493.tar.bz2 |
Release-1.2.17-20020728
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/config.l b/src/config.l index 8c3c50b..7c8865c 100644 --- a/src/config.l +++ b/src/config.l @@ -1557,6 +1557,13 @@ void Config::create() "commands in the documentation.\n", TRUE ); + cb = addBool( + "GENERATE_DEPRECATEDLIST", + "The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or \n" + "disable (NO) the deprecated list. This list is created by putting " + "\\deprecated commands in the documentation.\n", + TRUE + ); cl = addList( "ALIASES", "This tag can be used to specify a number of aliases that acts \n" @@ -1732,7 +1739,7 @@ void Config::create() "FILTER_SOURCE_FILES", "If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using \n" "INPUT_FILTER) will be used to filter the input files when producing source \n" - "files to browse. \n", + "files to browse (i.e. when SOURCE_BROWSER is set to YES). \n", FALSE ); //----------------------------------------------------------------------------------------------- |