File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,17 @@ EXTENSION_MAPPING =
319319
320320MARKDOWN_SUPPORT = YES
321321
322+ # The MARKDOWN_ID_STYLE tag can be used to specify the algorithm used to
323+ # generate identifiers for the Markdown headings.
324+ # Note: Every identifier is unique. Possible values are:
325+ # DOXYGEN use a fixed 'autotoc_md' string followed by a sequence number
326+ # starting at 0 and
327+ # GITHUB use the lower case version of title with any whitespace replaced by
328+ # '-' and punctuation characters removed.
329+ # The default value is: DOXYGEN.
330+
331+ MARKDOWN_ID_STYLE = GITHUB
332+
322333# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
323334# to that level are automatically included in the table of contents, even if
324335# they do not have an id attribute.
You can’t perform that action at this time.
0 commit comments