summaryrefslogtreecommitdiffstats
path: root/Help/command/load_cache.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Clarify load_cache documentation of first parameterCharles Barto2019-11-011-2/+2
| | | | | The first parameter is the path to the *directory* containing the `CMakeCache.txt` file, not the file itself.
* Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-6/+5
| | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense.
* Help: Improve formatting of command documentationMichael Scott2015-06-081-2/+2
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+27
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.