Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Add _See Also_ sections to related CMake commands | Alex Turbov | 2022-11-09 | 1 | -1/+5 |
| | |||||
* | Help: Replace a bunch of more ``--option`` to `:option:` role | Alex Turbov | 2022-08-04 | 1 | -1/+2 |
| | |||||
* | Help: Apply syntax highlighting to project commands | Joachim Wuttke (o) | 2018-10-25 | 1 | -1/+1 |
| | | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense. | ||||
* | Help: Some spelling corrections for commands. | Yee Fan | 2018-04-20 | 1 | -2/+2 |
| | |||||
* | Help: Clarify behavior of INHERITED properties | Craig Scott | 2018-03-21 | 1 | -3/+9 |
| | | | Fixes: #17839 | ||||
* | Help: Improve formatting of command documentation | Michael Scott | 2015-06-08 | 1 | -4/+4 |
| | | | | | Use inline reStructuredText markup and add cross-references in more places. | ||||
* | get_test_property: clarify the documentation | Ben Boeckel | 2015-01-11 | 1 | -4/+4 |
| | | | | | If either the test or the property doesn't exist, NOTFOUND will be used. No error is raised in either case. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+15 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |