[Insight-developers] doxygen documentation
Luis Ibanez
luis.ibanez at kitware.com
Tue Jul 8 16:14:14 EDT 2008
Hi Arnaud,
The way to generate the Doxygen documentation is:
0) Use a Linux machine
1) Install Doxygen, Graphviz and Latex
2) Run CMake in your ITK binary build
3) Go to Advanced
4) Turn ON the variable "BUILD_DOXYGEN"
5) Configure
(CMake should find the tools "dot" and "doxygen"
6) Generate
7) At the level of the Binary dir
make a "Documentation" sub-directory
make a "Documentation/Doxygen" sub-directory
8) Type the command
doxygen doxygen.config
9) Go for lunch...
By the time you come back from lunch, (1~2 hours)
the Doxygen documentation will be available in
the Documentation/Doxygen/html subdirectory.
Most of these steps are described in
http://www.itk.org/Wiki/ITK_How_to_make_a_Release#Generating_Doxygen_Documentation
Please let us know if you have any questions,
Thanks
Luis
----------------------
Arnaud Gelas wrote:
> Hi guys,
>
> I was just wondering how often the doxygen documentation for itk (cvs
> version) is generated?
>
> Regards,
> Arnaud
> _______________________________________________
> Insight-developers mailing list
> Insight-developers at itk.org
> http://www.itk.org/mailman/listinfo/insight-developers
>
More information about the Insight-developers
mailing list