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

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to