Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: remove links from pages to themselves | Ben Boeckel | 2022-11-18 | 1 | -1/+1 |
| | | | | | At least the top-reference links. Internal `:ref:` usages have been left intact. | ||||
* | Help: Disambiguate cmake(1) program modes in Sphinx option references | Brad King | 2022-10-05 | 1 | -1/+1 |
| | | | | | | 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 `cmake -P` option mentions w/ Sphinx role | Alex Turbov | 2022-08-14 | 1 | -1/+1 |
| | |||||
* | Document and test CMAKE_[CURRENT_](BINARY|SOURCE)_DIR in script mode | Tamas Kenez | 2015-10-06 | 1 | -0/+5 |
| | |||||
* | Help: Improve formatting of variable documentation | James Johnston | 2015-08-21 | 1 | -1/+1 |
| | | | | | | | | 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 files | Kitware Robot | 2013-10-15 | 1 | -0/+8 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |