[Insight-developers] Adding a page to Doxygen

Luis Ibanez ibanez@choroid.cs.unc.edu
Fri, 5 Oct 2001 13:59:49 -0400 (EDT)


Jim,


In order to add a page to doxygen just
write a .dox file in Insight/Documentation

/**

 \page myLabelForThisPage  My Title for This Page

 ...

*/



examples for this can be

   - Registration.dox
   - Iterators.dox
   - Geometry.dox





Luis