[Cmake-commits] [cmake-commits] alex committed cmStringCommand.h 1.28 1.29

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 13 14:58:15 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv14264

Modified Files:
	cmStringCommand.h 
Log Message:
STYLE: add line breaks to the documentation for CMAKE_MATCH_(0..9),
otherwise one might miss this information

Alex


Index: cmStringCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmStringCommand.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -C 2 -d -r1.28 -r1.29
*** cmStringCommand.h	23 Jan 2008 15:27:59 -0000	1.28
--- cmStringCommand.h	13 Mar 2009 18:58:13 -0000	1.29
***************
*** 133,139 ****
        "   ?         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).";
      }
    
--- 133,140 ----
        "   ?         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 \n"
!       "             in the REGEX REPLACE operation. Additionally it is saved\n"
!       "             by all regular expression-related commands, including \n"
!       "             e.g. if( MATCHES ), in the variables CMAKE_MATCH_(0..9).";
      }
    



More information about the Cmake-commits mailing list