Brad King wrote: > On 3/6/2012 2:23 AM, Yury G. Kudryashov wrote: >> Hi! >> >> I've just found that there are two doxygen configs in cmake source tree: >> * cmake/doxygen.config > > I think you can remove this one. > >> * cmake/Utilities/Doxygen/* VTK magic >> >> The second one can be enabled by BUILD_DOCUMENTATION but doc_makeall.sh >> references some VTK_* variables. >> >> Which one should I use/fix/..? > > ...and remove VTK references of course. Those are left from *way* back. Did I understand correctly that I should remove the first one and work on the second one?
Where can I find the scripts referenced by the second one? In VTK source tree? Do we really need those scripts? >From doc_makeall.sh.in: # INTERMEDIATE_DOX_DIR: # Directory where the intermediate Doxygen files should be stored (mainly # these headers files converted from the VTK format to the Doxygen format). What is the "VTK format"? Doesn't cmake use plain doxygen format? -- Yury G. Kudryashov, mailto: [email protected] -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
