mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
STYLE: fix docs
This commit is contained in:
@@ -100,8 +100,8 @@ public:
|
||||
"in the original FOREACH command. Before each iteration of the loop "
|
||||
"\"${loop_var}\" will be set as a variable with "
|
||||
"the current value in the list.\n"
|
||||
"Foreach can also iterate over the range of numbers generated by "
|
||||
"foreach. There are three types of this iteration:\n"
|
||||
"Foreach can also iterate over a generated range of numbers. "
|
||||
"There are three types of this iteration:\n"
|
||||
"* When specifying single number, the range will have elements "
|
||||
"0 to \"total\".\n"
|
||||
"* When specifying two numbers, the range will have elements from "
|
||||
|
||||
Reference in New Issue
Block a user