diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-03-09 18:07:08 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-03-09 18:07:08 (GMT) |
commit | fb91b752942b81dac21be5ad18bcb09fbafa711b (patch) | |
tree | c4662316ba92eaf4d6ffbd9d06645fd4c6e85195 /doc | |
parent | b43cd6311a712c01c2c8297fa00809730e504d70 (diff) | |
download | Doxygen-fb91b752942b81dac21be5ad18bcb09fbafa711b.zip Doxygen-fb91b752942b81dac21be5ad18bcb09fbafa711b.tar.gz Doxygen-fb91b752942b81dac21be5ad18bcb09fbafa711b.tar.bz2 |
Release-1.5.5-20080309
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.doc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/config.doc b/doc/config.doc index 73ee99c..e9042e5 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -203,7 +203,9 @@ followed by the descriptions of the tags grouped by category. \refitem cfg_separate_member_pages SEPARATE_MEMBER_PAGES \refitem cfg_short_names SHORT_NAMES \refitem cfg_show_dirs SHOW_DIRECTORIES +\refitem cfg_show_files SHOW_FILES \refitem cfg_show_include_files SHOW_INCLUDE_FILES +\refitem cfg_show_namespaces SHOW_NAMESPACES \refitem cfg_show_used_files SHOW_USED_FILES \refitem cfg_sip_support SIP_SUPPORT \refitem cfg_skip_function_macros SKIP_FUNCTION_MACROS @@ -766,6 +768,20 @@ function's detailed documentation block. then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy in the documentation. +\anchor cfg_show_files +<dt>\c SHOW_FILES <dd> + \addindex SHOW_FILES + Set the \c SHOW_FILES tag to \c NO to disable the generation of the Files page. + This will remove the Files entry from the Quick Index and from the + Folder Tree View (if specified). The default is \c YES. + +\anchor cfg_show_namespaces +<dt>\c SHOW_NAMESPACES <dd> + \addindex SHOW_NAMESPACES + Set the \c SHOW_NAMESPACES tag to \c NO to disable the generation of the + Namespaces page. This will remove the Namespaces entry from the Quick Index + and from the Folder Tree View (if specified). The default is \c YES. + </dl> \section messages_input Options related to warning and progress messages |