STYLE: add line breaks to the documentation for CMAKE_MATCH_(0..9),
otherwise one might miss this information Alex
This commit is contained in:
parent
5cde305b99
commit
4a23e05237
|
@ -132,9 +132,10 @@ public:
|
||||||
" + Matches preceding pattern one or more times\n"
|
" + Matches preceding pattern one or more times\n"
|
||||||
" ? Matches preceding pattern zero or once only\n"
|
" ? Matches preceding pattern zero or once only\n"
|
||||||
" | Matches a pattern on either side of the |\n"
|
" | Matches a pattern on either side of the |\n"
|
||||||
" () Saves a matched subexpression, which can be referenced in "
|
" () Saves a matched subexpression, which can be referenced \n"
|
||||||
"the REGEX REPLACE operation. Additionally it is saved in the special "
|
" in the REGEX REPLACE operation. Additionally it is saved\n"
|
||||||
"CMake variables CMAKE_MATCH_(0..9).";
|
" by all regular expression-related commands, including \n"
|
||||||
|
" e.g. if( MATCHES ), in the variables CMAKE_MATCH_(0..9).";
|
||||||
}
|
}
|
||||||
|
|
||||||
cmTypeMacro(cmStringCommand, cmCommand);
|
cmTypeMacro(cmStringCommand, cmCommand);
|
||||||
|
|
Loading…
Reference in New Issue