Re: [Doxygen-users] Custom tag tag that can generate docs similar to the TODO list
Brought to you by:
dimitri
|
From: Vega, L. A <lui...@lm...> - 2008-04-04 22:01:33
|
This helps, but I still need a way to print the line number of the code after the doxy-comment. ----------------------------------------------------------------------------- Hi, we are using such a todo like list for a changelog (Function / files etc) in the doxyfile you need to specify: ALIASES = "ChangeLog=\xrefitem ChangeLogs \"ChangeLog\" \"ChangeLogs\" " in the doxygen comment you would add /*! brief Some function description * more detailed ... * * \ChangeLog AdT 20080403: Just added annother workaround for case 4711 */ is this what you're looking for? Mit freundlichen Grüßen, Adrianes den Toom |