VTK/BuildingDoxygen

From KitwarePublic
< VTK
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

First, install graphviz

sudo yum install graphviz*

Then, set

BUILD_DOCUMENTATION=ON 

in the VTK CMake configuration.

Once you configure VTK, from your VTK bin directory, run

make DoxygenDoc

The resulting documentation will be in

bin/VTK/Utilities/Doxygen/doc/html

(Note the files are named classvtkClassName.html)