[Cmake-commits] CMake branch, master, updated. v2.8.6-65-g89742d7

KWSys Robot kwrobot at kitware.com
Mon Oct 24 10:05:18 EDT 2011


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, master has been updated
       via  89742d73cc684a78586fad2497048d9329c1160e (commit)
      from  27e405ddb1bb9f4ab181ff38e4169d4806c43428 (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=89742d73cc684a78586fad2497048d9329c1160e
commit 89742d73cc684a78586fad2497048d9329c1160e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 24 09:55:06 2011 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 24 10:05:10 2011 -0400

    KWSys: Fix Doxygen warnings
    
    Author: Nicolas Despres <nicolas.despres at gmail.com>

diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index fd2ed19..04f1978 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -612,7 +612,7 @@ public:
    * Up to 'length' bytes are read from the file, if more than 'percent_bin' %
    * of the bytes are non-textual elements, the file is considered binary,
    * otherwise textual. Textual elements are bytes in the ASCII [0x20, 0x7E]
-   * range, but also \n, \r, \t.
+   * range, but also \\n, \\r, \\t.
    * The algorithm is simplistic, and should probably check for usual file
    * extensions, 'magic' signature, unicode, etc.
    */
@@ -812,7 +812,7 @@ public:
    * Convert windows-style arguments given as a command-line string
    * into more traditional argc/argv arguments.
    * Note that argv[0] will be assigned the executable name using
-   * the ::GetModuleFileName function.
+   * the GetModuleFileName() function.
    */
   static void ConvertWindowsCommandLineToUnixArguments(
     const char *cmd_line, int *argc, char ***argv);

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

Summary of changes:
 Source/kwsys/SystemTools.hxx.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list