[cmake-commits] alex committed cmStringCommand.h 1.24 1.25
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Aug 30 10:26:03 EDT 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv12426
Modified Files:
cmStringCommand.h
Log Message:
STYLE: add the | to the docs
Alex
Index: cmStringCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmStringCommand.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- cmStringCommand.h 29 Aug 2007 18:05:46 -0000 1.24
+++ cmStringCommand.h 30 Aug 2007 14:26:01 -0000 1.25
@@ -130,6 +130,7 @@
" * 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).";
More information about the Cmake-commits
mailing list