Good idea. I've changed it to PARAVIEW_GENERATE_PROXY_DOCUMENTATION. /cvsroot/ParaView3/ParaView3/Documentation/CMakeLists.txt,v <-- Documentation/CMakeLists.txt new revision: 1.29; previous revision: 1.28
Utkarsh On Mon, Mar 22, 2010 at 12:11 PM, Michael Jackson <[email protected]> wrote: > Just a suggestion but maybe that variable should be named: > > PARAVIEW_GENERATE_FILTERS_DOCUMENTATION > > so that CMake properly groups it with the other ParaView variables? > > -- > Mike Jackson <www.bluequartz.net> > > On Mar 8, 2010, at 9:44 AM, Utkarsh Ayachit wrote: > >> BUILD_DOCUMENTATION refers to the doxygen documentation for the C++ >> classes etc., and never referred to the help in ParaView. >> >> Utkarsh >> >> On Mon, Mar 8, 2010 at 9:38 AM, Eric E. Monson <[email protected]> >> wrote: >>> >>> Okay, so in the past it only got generated when BUILD_DOCUMENTATION was >>> ON, or was there some other process? >>> >>> Thanks for the quick fix, >>> -Eric >>> >>> >>> On Mar 8, 2010, at 9:35 AM, Utkarsh Ayachit wrote: >>> >>>> Eric, >>>> >>>> I've committed a fix to CVS. Added is a new advanced CMake variable >>>> GENERATE_FILTERS_DOCUMENTATION which ensures that the documentation >>>> for sources/readers etc. is built. It's off by default, since >>>> many-a-times esp. on windows, running the documentation building >>>> executable fails due to incomplete PATH etc. which can be very >>>> annoying. >>>> >>>> /cvsroot/ParaView3/ParaView3/Documentation/CMakeLists.txt,v <-- >>>> Documentation/CMakeLists.txt >>>> new revision: 1.25; previous revision: 1.24 >>>> >>>> Utkarsh >>>> >>>> On Mon, Mar 8, 2010 at 9:22 AM, Eric E. Monson <[email protected]> >>>> wrote: >>>>> >>>>> Hey all, >>>>> >>>>> In CVS the Documentation/ParaViewFilters.html file is missing, along >>>>> with all of the individual filters docs. Is this something that gets >>>>> auto-generated when you turn on BUILD_DOCUMENTATION, or has it really been >>>>> misplaced? (I usually have doc gen turned off). >>>>> >>>>> Thanks, >>>>> -Eric >>>>> >>>>> ------------------------------------------------------ >>>>> Eric E Monson >>>>> Duke Visualization Technology Group >>>>> >>>>> >>>>> _______________________________________________ >>>>> 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 ParaView Wiki at: >>>>> http://paraview.org/Wiki/ParaView >>>>> >>>>> Follow this link to subscribe/unsubscribe: >>>>> http://www.paraview.org/mailman/listinfo/paraview >>>>> >>> >>> >> _______________________________________________ >> 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 ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ 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 ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
