Daniel Franke
49a51a61d7
list: Add options to control the SORT comparison operation
2018-06-13 14:06:29 -04:00
Brad King
51c0e1407c
Help: Add Synopsis section to install, list, and string docs
...
Summarize the command signatures in one block at the top of the
documentation as is typical in Unix command-line tool manuals.
Make the mode keywords links to the corresponding full signature
and documentation.
Issue: #17948
2018-05-07 10:10:37 -04:00
Brad King
0acd705119
Help: Improve list command signature group name for read operations
...
The LENGTH, GET, JOIN, and SUBLIST operations all read the list without
modifying it. Name their section appropriately.
2018-05-07 10:10:37 -04:00
Yee Fan
20d90a9482
Help: Some spelling corrections for commands.
2018-04-21 00:37:09 +08:00
Rolf Eike Beer
fbf330ce2b
typo: incerment -> increment
2018-04-17 18:52:01 +02:00
Marc Chevrier
dca2347980
list: Add TRANSFORM sub-command
...
Issue: #17823
2018-04-16 17:11:53 +02:00
Marc Chevrier
768225837d
list: Add SUBLIST sub-command
...
Issue: #17823
2018-03-21 12:54:53 -04:00
Marc Chevrier
a58158727b
list(): add JOIN sub-command
2018-03-20 14:28:17 +01:00
Marc Chevrier
81226c73a4
Help: refresh list() command documentation
...
Reformat `list` command documentation be consistent with the `string`
command.
2018-03-16 15:28:14 +01:00
Ashley Whetter
0205f882ae
list: Add FILTER subcommand ( #3986 )
...
Create a `list(FILTER)` command to filter lists by regular expression.
2016-02-03 11:13:17 -05:00
Michael Scott
c3f40f4fd9
Help: Improve formatting of command documentation
...
Use inline reStructuredText markup and add cross-references in more
places.
2015-06-08 16:28:31 -04:00
Daniele E. Domenichelli
f0db2e3898
Help: Document macro argument caveats in more detail
...
Add notes about macro arguments in the foreach, if, and list commands.
Add a section to the macro command documentation explaining in detail
how macro arguments are not variables.
2013-11-19 09:01:54 -05:00
Kitware Robot
f051814ed0
Convert builtin help to reStructuredText source files
...
Run the convert-help.bash script to convert documentation:
./convert-help.bash "/path/to/CMake-build/bin"
Then remove it.
2013-10-15 14:12:03 -04:00