[Insight-developers] doxygen documentation
Arnaud Gelas
arnaud_gelas at hms.harvard.edu
Tue Jul 8 16:25:48 EDT 2008
Thanks.
Then, if it should be generated every night, then I think I found a bug.
The last line of each page in the documentation says February 2008.
If I go into any given class, and I click on the first link on the top
to get to the corresponding header file, I also get February 2008 in the
date TAG of the header.
Am I doing anything wrong?
Arnaud
Karthik Krishnan wrote:
> Luis, I think he asked how often it is generated :). Its generated
> every night.
>
>
>
> Luis Ibanez wrote:
>>
>> 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
>>>
>> _______________________________________________
>> 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