On 10/13/2013 4:36 PM, Eric Noulard wrote:
> I have preliminary question though, since those change makes it possible
> to write documentation without touching the code are you planning to
> add missing --help-xxxx to ctest ?
> 
> Did you plan something along that line?

Yes, but the main issue is that the documentation for CTest variables
does not exist anywhere in the source right now.  After the transition
to the new doc system it will be straightforward to add those docs.

Actually in the new system the --help-* options will just process
the .rst files in various combinations for display.  For example,
"cmake --help-commands" just prints "manual/cmake-commands.7.rst"
which has a section for CTest commands.  Then we need only to expose
the same set of --help-* options through the ctest command.

-Brad
--

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

Reply via email to