[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4296-ge75ae8c

Eric Noulard eric.noulard at gmail.com
Tue Sep 24 08:32:09 EDT 2013


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  e75ae8cc8c44cbc8be1e84f80104fa97d20f93b2 (commit)
       via  e507bf28c2993730b0c6c8c19a4a93a9128b41cb (commit)
       via  e5538f323eede6a46fad5f8a5fe04fd5f5ab23ce (commit)
      from  e54f9dfbb6ca5485209f87e776b13977f83cc246 (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=e75ae8cc8c44cbc8be1e84f80104fa97d20f93b2
commit e75ae8cc8c44cbc8be1e84f80104fa97d20f93b2
Merge: e54f9df e507bf2
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Tue Sep 24 08:32:08 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 24 08:32:08 2013 -0400

    Merge topic 'fixDocumentationComment' into next
    
    e507bf2 CPack: Fix clang -Wdocumentation warnings
    e5538f3 CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e507bf28c2993730b0c6c8c19a4a93a9128b41cb
commit e507bf28c2993730b0c6c8c19a4a93a9128b41cb
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Tue Sep 24 14:29:24 2013 +0200
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Tue Sep 24 14:29:24 2013 +0200

    CPack: Fix clang -Wdocumentation warnings

diff --git a/Source/CPack/cmCPackGenerator.h b/Source/CPack/cmCPackGenerator.h
index 8fafef9..5cb2280 100644
--- a/Source/CPack/cmCPackGenerator.h
+++ b/Source/CPack/cmCPackGenerator.h
@@ -160,9 +160,10 @@ protected:
    * CPack specific generator may mangle CPACK_PACKAGE_FILE_NAME
    * with CPACK_COMPONENT_xxxx_<NAME>_DISPLAY_NAME if
    * CPACK_<GEN>_USE_DISPLAY_NAME_IN_FILENAME is ON.
-   * @param[in] initialPackageFileName
-   * @param[in] groupOrComponentName
-   * @param[in] isGroupName
+   * @param[in] initialPackageFileName the initial package name to be mangled
+   * @param[in] groupOrComponentName the name of the group/component
+   * @param[in] isGroupName true if previous name refers to a group,
+   *            false otherwise
    */
   virtual std::string GetComponentPackageFileName(
       const std::string& initialPackageFileName,
@@ -172,7 +173,7 @@ protected:
   /**
    * Package the list of files and/or components which
    * has been prepared by the beginning of DoPackage.
-   * @pre @ref toplevel has been filled-in
+   * @pre the @ref toplevel has been filled-in
    * @pre the list of file @ref files has been populated
    * @pre packageFileNames contains at least 1 entry
    * @post packageFileNames may have been updated and contains

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

Summary of changes:
 Source/CMakeVersion.cmake       |    2 +-
 Source/CPack/cmCPackGenerator.h |    9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list