diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-30 14:26:01 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-30 14:26:01 (GMT) |
commit | 291b3d05437456bbb9a692b4982de353dc2422ee (patch) | |
tree | 54d39905ae2b961ddba6911b71cc5bbff469def2 /Source/cmStringCommand.h | |
parent | e47fbcb9a83b732da5107e1ea2f30b144cd04387 (diff) | |
download | CMake-291b3d05437456bbb9a692b4982de353dc2422ee.zip CMake-291b3d05437456bbb9a692b4982de353dc2422ee.tar.gz CMake-291b3d05437456bbb9a692b4982de353dc2422ee.tar.bz2 |
STYLE: add the | to the docs
Alex
Diffstat (limited to 'Source/cmStringCommand.h')
-rw-r--r-- | Source/cmStringCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h index 2d0881c..78ddcea 100644 --- a/Source/cmStringCommand.h +++ b/Source/cmStringCommand.h @@ -130,6 +130,7 @@ public: " * Matches preceding pattern zero or more times\n" " + Matches preceding pattern one or more times\n" " ? Matches preceding pattern zero or once only\n" + " | Matches a pattern on either side of the |\n" " () Saves a matched subexpression, which can be referenced in " "the REGEX REPLACE operation. Additionally it is saved in the special " "CMake variables CMAKE_MATCH_(0..9)."; |