[Cmake-commits] [cmake-commits] alex committed cmMacroCommand.h 1.18 1.19 cmFunctionCommand.h 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 31 06:22:20 EDT 2009


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

Modified Files:
	cmMacroCommand.h cmFunctionCommand.h 
Log Message:
DOCS: fix typo (see #9308)

Alex



Index: cmFunctionCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFunctionCommand.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** cmFunctionCommand.h	22 Jan 2009 18:16:47 -0000	1.5
--- cmFunctionCommand.h	31 Jul 2009 10:22:18 -0000	1.6
***************
*** 105,109 ****
        "facilitates creating functions with optional arguments. Additionally "
        "ARGV holds the list of all arguments given to the function and ARGN "
!       "holds the list of argument pass the last expected argument."
        "\n"
        "See the cmake_policy() command documentation for the behavior of "
--- 105,109 ----
        "facilitates creating functions with optional arguments. Additionally "
        "ARGV holds the list of all arguments given to the function and ARGN "
!       "holds the list of argument past the last expected argument."
        "\n"
        "See the cmake_policy() command documentation for the behavior of "

Index: cmMacroCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMacroCommand.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C 2 -d -r1.18 -r1.19
*** cmMacroCommand.h	22 Jan 2009 18:16:47 -0000	1.18
--- cmMacroCommand.h	31 Jul 2009 10:22:18 -0000	1.19
***************
*** 107,111 ****
        "${ARGV} holds the list of all arguments given to the macro and "
        "${ARGN} "
!       "holds the list of argument pass the last expected argument. "
        "Note that the parameters to a macro and values such as ARGN "
        "are not variables in the usual CMake sense. They are string "
--- 107,111 ----
        "${ARGV} holds the list of all arguments given to the macro and "
        "${ARGN} "
!       "holds the list of argument past the last expected argument. "
        "Note that the parameters to a macro and values such as ARGN "
        "are not variables in the usual CMake sense. They are string "



More information about the Cmake-commits mailing list