summaryrefslogtreecommitdiffstats
path: root/Help/command/cmake_policy.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Use "^^^^" for subsubsection headersBrad King2014-06-021-4/+4
| | | | | | This is the convention suggested in the Sphinx documentation and is already used in several other places in the CMake documentation. Update a few places where we were using other characters.
* Help: Reference cmake_minimum_required from cmake_policy docsBrad King2014-05-301-0/+6
| | | | | | | Note in a few places of the cmake_policy() command documentation that the cmake_minimum_required() command can set policies too. Inspired-by: Peter Kümmel <syntheticpp@gmx.net>
* Help: Format cmake_policy command documentationBrad King2014-05-301-35/+45
| | | | | Add reStructuredText markup manually to improve formatting of the documentation. Organize the documentation into subsections.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+78
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.