[Insight-developers] TO DO list in Doxygen.

Luis Ibanez ibanez@cs.unc.edu
Tue, 15 May 2001 10:54:28 -0400


Hi,


The \todo command is working nicely in Doxygen.

Just put in your comments something like

/**
 * Yet another filter
 *
 *     \todo Add method for debugging.
 *
 */

Your message will be sent to the "Todo List" page,
that is linked from the Doxygen Main Page on the
"Related Pages", (the last option of the upper menu).

Doxygen will add the name of the class and the method
on which the \todo command was found, as well as a 
direct link to documentation page of this class.



Luis