1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 02:17:27 +08:00

Help: Fix reStructuredText syntax in auto-generated documents

This commit is contained in:
Brad King
2013-09-12 11:41:36 -04:00
parent 6ceb651155
commit 441f2808ec
19 changed files with 21 additions and 19 deletions

View File

@@ -27,13 +27,13 @@ Foreach can also iterate over a generated range of numbers. There are
three types of this iteration:
* When specifying single number, the range will have elements 0 to
"total".
"total".
* When specifying two numbers, the range will have elements from the
first number to the second number.
first number to the second number.
* The third optional number is the increment used to iterate from the
first number to the second number.
first number to the second number.
::