[Insight-users] Re: doxygen

Karthik Krishnan Karthik.Krishnan at kitware.com
Tue Aug 2 16:31:56 EDT 2005


You did not turn the flag BUILD_DOXYGEN ON when you configured your 
porject with CMake.  Do

cd ~/Insight/ITK_bin && cmake -DBUILD_DOXYGEN:BOOL=ON && doxygen doxygen.config

HTH 
karthik



Amadeus W. M. wrote:

>On Tue, 02 Aug 2005 11:54:47 -0400, Karthik Krishnan wrote:
>
>  
>
>>You can go to http://www.itk.org/Insight/Doxygen/html/
>>
>>If you feel like building it yourself, on the binary root folder, you 
>>will find a file doxygen.config. Just run
>>
>>doxygen  doxygen.config
>>
>>Be warned, building will take a long time and in the end, you'll end up 
>>with the same thing that's on the webpage!
>>
>>    
>>
>
>I like to have the documentation available offline, for times when I get
>cut-off from the internet.
>
>
>6) amadeus:~/Insight/ITK_bin> doxygen doxygen.config
>Searching for include files...
>Searching for example files...
>Searching for images...
>Searching for dot files...
>Searching for files to exclude
>Reading input files...
>Reading and parsing tag files
>Error: tag OUTPUT_DIRECTORY: Output directory
>`/home/amadeus/Insight-2.0.1/ITK_bin/Documentation/Doxygen' does not exist
>and cannot be created 
>7) amadeus:~/Insight/ITK_bin>
>
>
>
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk.org
>http://www.itk.org/mailman/listinfo/insight-users
>
>  
>


More information about the Insight-users mailing list