[Doxygen-users] Bug with markdown for numbered lists?
Brought to you by:
dimitri
From: Robert D. <rcd...@gm...> - 2014-09-30 17:42:22
|
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? |