Re: [Doxygen-users] Using \todo in a similar way to \page
Brought to you by:
dimitri
From: Ron W. <ron...@gm...> - 2013-10-07 20:26:28
|
On Mon, Oct 7, 2013 at 9:01 AM, <dox...@li... > wrote: > Date: Sun, 6 Oct 2013 19:09:00 +0800 > From: Andrew Stoeckley <and...@gm...> > > I like how you can put a \page tag anywhere, even an empty header file with > nothing but doxygen comments, and use this to generate documentation. > > Unlike the \page tag, some other useful tags like \todo or the more generic > \xrefitem, will not appear in documentation unless they are "attached" to > source code, like a function definition. I have been getting around this by > You could create your own "To Do" page, though it would be separate from the one generated generated by the \todo directive. As for other directives, you can use "\par header" to get a similar output in pages of your own construction. To simplify that, you can define aliases in your Doxygen configuration that turn those \par constructions into custom directives. |