[Insight-developers] Doxygen main page & \endgroup errata

Luis Ibanez ibanez@cs.unc.edu
Fri, 11 May 2001 18:23:09 -0400


Hi

I set up a main page for Doxygen, what 
we have now is just the default option.

Not even with our itkLogo  :-)

---

This page is now in ITK_SOURCE/Code:

  DoxygenMainPage.h

it is named as a .h to be recognized by
doxygen, but given that it does not 
contain any C++ code, maybe we should 
make up an extention like ".dox" for
files that only contain text for doxygen.
Then we could add this extension to the
PATTERN in doxygen.config.


The main page contains a number of sections 
pretty much like the LaTeX style. The itk 
logo is inserted too.


At the end there is a set of proposed 
groups for the toolkit. It is prossible to
make a ".dox" page for each one of them
including conceptual explanations, graphics
and equations.  

Links for testing the groups were added to 
the itkImageToImage*Registration.h files.
(using the \ingroup command )


----

BTW  I was wrong in the previous mail concerning
doxygen grouping.  The \endgroup command doesn't
exists. The hierarchy is done based on the sequence
of groups. Sorry about that.




Luis