[CMake] Documentation suggestion

David Doria daviddoria at gmail.com
Sun May 1 16:28:20 EDT 2011


On this page:
http://www.cmake.org/cmake/help/cmake-2-8-docs.html

there are many "See XYZ" statements. E.g.

-----
else: Starts the else portion of an if block.

  else(expression)

See the if command.
-----

It would be very helpful if these were linked to the anchor of that
command, e.g.:

See the [if] command.

David


More information about the CMake mailing list