If I include the following text in a Python class description (Doxygen 1.8.0, 1.8.1.1), the trailing text is incorrectly indented, as if it was a continuation of list item 2:

   ## @class thingy
   # Here's some text.
   #
   # 1. List item 1
   # 2. List item 2
   #
   #        # Code sample
   #
   # More text, that is not part of the list.

Markdown's web Dingus correctly generates the same text (without leading comment markers, obviously) with the "More text, ..." line not indented:

   http://daringfireball.net/projects/markdown/dingus

Douglas.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to