[Cmake-commits] CMake branch, next, updated. v3.0.1-4796-g09916ec

Brad King brad.king at kitware.com
Thu Aug 7 10:01:46 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  09916ec6ab40019294d02ffa2a96c0f684a8b4c4 (commit)
       via  2a9f8c08fe90d80a6091c6617d3dfc3bd1c0ed72 (commit)
      from  14417456592263921366f058201a12516f2767fe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=09916ec6ab40019294d02ffa2a96c0f684a8b4c4
commit 09916ec6ab40019294d02ffa2a96c0f684a8b4c4
Merge: 1441745 2a9f8c0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Aug 7 10:01:45 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 7 10:01:45 2014 -0400

    Merge topic 'cpack-ifw-generator' into next
    
    2a9f8c08 CPackIFW: Fix doxygen method argument names in cmCPackIFWGenerator


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2a9f8c08fe90d80a6091c6617d3dfc3bd1c0ed72
commit 2a9f8c08fe90d80a6091c6617d3dfc3bd1c0ed72
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Aug 7 10:02:30 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Aug 7 10:02:30 2014 -0400

    CPackIFW: Fix doxygen method argument names in cmCPackIFWGenerator

diff --git a/Source/CPack/IFW/cmCPackIFWGenerator.h b/Source/CPack/IFW/cmCPackIFWGenerator.h
index 9c571e8..e871f7c 100644
--- a/Source/CPack/IFW/cmCPackIFWGenerator.h
+++ b/Source/CPack/IFW/cmCPackIFWGenerator.h
@@ -66,7 +66,7 @@ protected: // cmCPackGenerator reimplementation
   /**
    * @brief Get Component
    * @param projectName Project name
-   * @param name Component name
+   * @param componentName Component name
    *
    * This method calls the base implementation.
    *
@@ -79,7 +79,7 @@ protected: // cmCPackGenerator reimplementation
   /**
    * @brief Get group of component
    * @param projectName Project name
-   * @param name Component group name
+   * @param groupName Component group name
    *
    * This method calls the base implementation.
    *

-----------------------------------------------------------------------

Summary of changes:
 Source/CPack/IFW/cmCPackIFWGenerator.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list