Hi there,
I want to share some problem solution we found.
Some time ago there was a question regarding doxygen and table of
content (TOC) generation of text with markdown syntax.
See old email at the end. (sorry found no other easy way to reference
the mail)
Answer on question:
It works but you need to add an header id attribute, e.g.
/**
[TOC]
# Foo {#foo}
## Glop {#glob}
# Bar {#bar}
**/
This way a correct TOC is build by doxygen.
Thanks,
folks
============old mail================================
Hi all,
I'd like to use the automatic table of contents in the new Markdown
syntax but it does not work: if I do something like that;
/**
[TOC]
# Foo
## Glop
# Bar
**/
The table of contents is not displayed in the HTML output.
Am I doing right ?
thanks, regards,
david
|