I have a very long description in one of my options:

option( THIRD_PARTY_DISABLE_UPDATE_CHECK "Forcibly disable update checks
for third party libraries. Useful for when network connection is slow. It
is safe to turn this off in cases where you know
third_party_definitions.cmake hasn't changed and all third party libraries
have been correctly downloaded." OFF )

It pushes the default value way off the screen of my text editor, so it's
not immediately visible. I want to avoid as much horizontal scrolling as
possible, so is there a good way to clean this up that doesn't involve
shortening the content in my documentation? It would be nice if the
option's default value was the 2nd parameter and the doc string was the 3rd.

---------
Robert Dailey
--

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://www.cmake.org/mailman/listinfo/cmake

Reply via email to