summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorJeff Verkoeyen <jverkoey@gmail.com>2014-06-26 17:06:35 (GMT)
committerJeff Verkoeyen <jverkoey@gmail.com>2014-07-19 06:48:10 (GMT)
commit4074da5b83d37dd1c72c5df015fb2b41e7725a7e (patch)
tree88841f3632017f8ae5495b84ddc7e92c73887307 /src/config.xml
parent6a60477b418e21dbadd3e62dc557a038e319581b (diff)
downloadDoxygen-4074da5b83d37dd1c72c5df015fb2b41e7725a7e.zip
Doxygen-4074da5b83d37dd1c72c5df015fb2b41e7725a7e.tar.gz
Doxygen-4074da5b83d37dd1c72c5df015fb2b41e7725a7e.tar.bz2
Add BREAD_CRUMB_TRAIL.
This feature enables recursive printing of the bread crumbs for any page, rather than just printing the parent group.
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index eed486e..89c1422 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -3361,6 +3361,14 @@ remove the intermediate dot files that are used to generate the various graphs.
]]>
</docs>
</option>
+ <option type='bool' id='BREAD_CRUMB_TRAIL' defval='0'>
+ <docs>
+<![CDATA[
+If the \c BREAD_CRUMB_TRAIL tag is set to \c YES then the complete bread crumb
+trail for a page will be displayed rather than just the root group.
+]]>
+ </docs>
+ </option>
<option type='obsolete' id='USE_WINDOWS_ENCODING'/>
<option type='obsolete' id='DETAILS_AT_TOP'/>