summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SCRIPT_MODE_FILE.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Disambiguate cmake(1) program modes in Sphinx option referencesBrad King2022-10-051-2/+2
| | | | | | Define the entry point to each mode as an option for the `cmake` program, but reference the options for that mode as part of stand-in `cmake-<mode>` programs.
* Help: Replace a bunch of more ``--option`` to `:option:` roleAlex Turbov2022-08-041-2/+2
|
* Help: Improve formatting of variable documentationJames Johnston2015-08-211-4/+5
| | | | | | | | Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+8
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.