Re: [Doxygen-users] Bug with markdown for numbered lists?
Brought to you by:
dimitri
From: Philip G. <phi...@or...> - 2014-09-30 17:54:37
|
Robert, According to the markdown support page (http://www.stack.nl/~dimitri/doxygen/manual/markdown.html), "An item with an equal or lower number than the preceding item, will start a new list." You can either list them in ascending order, or use '-#' for each bullet item. -- Philip Grenon -----Original Message----- From: Robert Dailey [mailto:rcd...@gm...] Sent: Tuesday, September 30, 2014 1:42 PM To: Doxygen Subject: [Doxygen-users] Bug with markdown for numbered lists? I have the following Doxygen documentation block in C++: http://pastebin.com/9jBZtV9q As you can see, I use consecutive 1's to number my lists programmatically (I want Doxygen to do the numbers for me). When I use this format, however, the formatting for the numbered lists does not work. Instead, it treats it like 2 separate lists. Here is a screenshot of the HTML output: http://i.imgur.com/XlSv8i1.png When I change the list to 1. and 2. instead of 1. and 1., it works as expected (screenshot of correct and expected HTML formatting): http://i.imgur.com/6ouSHZ9.png Is this a bug? If not, how can I properly get the formatting to work without manually numbering my lists? ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Doxygen-users mailing list Dox...@li... https://lists.sourceforge.net/lists/listinfo/doxygen-users |