Re: [Doxygen-users] Main page in Markdown
Brought to you by:
dimitri
From: Christoph L. <chr...@li...> - 2015-01-17 14:36:23
|
Am 17.01.2015 um 14:49 schrieb Alessandro Antonello: > I am using doxygen 1.8.9.1 under Cygwin in a Windows 7 64 bits and I'm > having > difficulties to generate the main page of a C library in Markdown. The > problematic piece of text follows: > > ~~~~~~~~~~~~ > The following pages have more comments and important notes on this > library. > > - [Macros](#macrospage) > - [Functions](#functionspage) > - [Formated Strings](#printfformat) > - [Formated Scanning](#scanfformat) > - [Time Formating](#timeformat) > > Function Macros {#macrospage} > ------------------------------------ I've been having trouble with this type of headings, too, and am now using "@section" and "@subsection" instead, as in: @subsection macrospage Function Macros |