[Doxygen-develop] Grouping Of Simple Sections
Brought to you by:
dimitri
From: SmokingRope <smo...@gm...> - 2008-06-23 03:15:02
|
I put together a feature request in bugzilla and have now submitted a patch which implements the desired functionality. http://bugzilla.gnome.org/show_bug.cgi?id=539333 The idea was to allow certain paragraphs to be merged into a single paragraph before appearing int the final output formats created by doxygen. My reasoning behind doing this was to make a robust way for capturing the progression of events within a function. It just so happened that allowing existing paragraph commands such as note, return, author, etc... was very little trouble. This feature is similar to the addendum functionality described in the todo-list, however in the context of the paragraphs in a function, class or variable's documentation block. The patch has been generated against the doxygen 1.5.6 trunk, please let me know if there is anything i can do to help this feature into the codebase. |