summaryrefslogtreecommitdiffstats
path: root/Help/command/get_test_property.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-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 Fan2018-04-201-2/+2
|
* Help: Clarify behavior of INHERITED propertiesCraig Scott2018-03-211-3/+9
| | | Fixes: #17839
* Help: Improve formatting of command documentationMichael Scott2015-06-081-4/+4
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* get_test_property: clarify the documentationBen Boeckel2015-01-111-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 filesKitware Robot2013-10-151-0/+15
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.