summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-01-21 18:11:39 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-01-21 18:11:39 (GMT)
commit73ea97de120eaf825b72717b0abe71f28d7838bb (patch)
treecd86305c9de24bf44c83fee8f2b67f687e89b8e3 /src
parentfa28a4a9e53ba87035666680295273f36b237e19 (diff)
downloadDoxygen-73ea97de120eaf825b72717b0abe71f28d7838bb.zip
Doxygen-73ea97de120eaf825b72717b0abe71f28d7838bb.tar.gz
Doxygen-73ea97de120eaf825b72717b0abe71f28d7838bb.tar.bz2
issue #6791 TOC not generated when using a particular Markdown header style
The default for the `TOC_INCLUDE_HEADERINGS` was set to 0, for compatibility this should be 5. (Problem was observed in the doxygen documentation, chapter markdown, where the TOC was missing; alternatively in the Doxyfile the `TOC_INCLUDE_HEADERINGS` could be set to `5`,. The solution chosen is more consistent with the old situation).
Diffstat (limited to 'src')
-rw-r--r--src/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml
index a62040b..8820fe7 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -667,7 +667,7 @@ Go to the <a href="commands.html">next</a> section or return to the
]]>
</docs>
</option>
- <option type='int' id='TOC_INCLUDE_HEADINGS' minval='0' maxval='99' defval='0' depends='MARKDOWN_SUPPORT'>
+ <option type='int' id='TOC_INCLUDE_HEADINGS' minval='0' maxval='99' defval='5' depends='MARKDOWN_SUPPORT'>
<docs>
<![CDATA[
When the \c TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings