Re: [Doxygen-users] Custom tag tag that can generate docs similar to the TODO list
Brought to you by:
dimitri
|
From: Adrianes d. T. <de...@bu...> - 2008-04-15 13:06:25
|
Hi Luis, sorry for a late answer... Besides the fact I just don't know how to get hold of the Filename / LineNo I'm just trying to figure out what you might need it for. As the coding progresses, a printed document containing a discrete link to a line number will expire quite fast and render it unusable. On the other hand from online documentation you would use the hyper link anyway. Maybe its just the wrong way to use line numbers as a reference hook? *Mit freundlichen Grüßen,* *Adrianes den Toom* Vega, Luis A schrieb: > > 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* > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > ------------------------------------------------------------------------ > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |