summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-09-06 21:04:07 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-09-06 21:04:07 (GMT)
commit4ccd672ea5dbda17649f2e33577b5ab7eb02db7e (patch)
tree24f950391924810998cc59aeb041099c7871e49c /src/config.l
parent3aaaf142be657201a2664c10b96447acb1610187 (diff)
downloadDoxygen-4ccd672ea5dbda17649f2e33577b5ab7eb02db7e.zip
Doxygen-4ccd672ea5dbda17649f2e33577b5ab7eb02db7e.tar.gz
Doxygen-4ccd672ea5dbda17649f2e33577b5ab7eb02db7e.tar.bz2
Release-1.3.8-20040906
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l
index de33167..4d8d4ac 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1814,6 +1814,13 @@ void Config::create()
"list will mention the files that were used to generate the documentation. \n",
TRUE
);
+ cb = 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"
+ "in the documentation.\n",
+ TRUE
+ );
//-----------------------------------------------------------------------------------------------
addInfo( "Messages","configuration options related to warning and progress messages");