[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4211-g2e6ef27
Rolf Eike Beer
eike at sf-mail.de
Tue Sep 17 02:23:54 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 2e6ef27f16c48e9a1265f63fab803af57b8e5d0e (commit)
via 8cff5e4474da2f86c3133dd4abf679ae119ab375 (commit)
from 61147a115c9c2ddf2c619d26e3ec764e9a99610b (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=2e6ef27f16c48e9a1265f63fab803af57b8e5d0e
commit 2e6ef27f16c48e9a1265f63fab803af57b8e5d0e
Merge: 61147a1 8cff5e4
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue Sep 17 02:23:49 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 17 02:23:49 2013 -0400
Merge topic 'mark_as_advanced' into next
8cff5e4 mark_as_advanced: improve documentation syntax
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8cff5e4474da2f86c3133dd4abf679ae119ab375
commit 8cff5e4474da2f86c3133dd4abf679ae119ab375
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue Sep 17 08:19:29 2013 +0200
Commit: Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Tue Sep 17 08:19:29 2013 +0200
mark_as_advanced: improve documentation syntax
Only one argument is required. Also avoid using the same variable name twice in
the input list and follow the convention used elsewhere for optional arguments.
diff --git a/Source/cmMarkAsAdvancedCommand.h b/Source/cmMarkAsAdvancedCommand.h
index 246eb8a..adfc553 100644
--- a/Source/cmMarkAsAdvancedCommand.h
+++ b/Source/cmMarkAsAdvancedCommand.h
@@ -56,7 +56,7 @@ public:
virtual const char* GetFullDocumentation() const
{
return
- " mark_as_advanced([CLEAR|FORCE] VAR VAR2 VAR...)\n"
+ " mark_as_advanced([CLEAR|FORCE] VAR [VAR2 ...])\n"
"Mark the named cached variables as advanced. An advanced variable "
"will not be displayed in any of the cmake GUIs unless the show "
"advanced option is on. "
-----------------------------------------------------------------------
Summary of changes:
Source/cmMarkAsAdvancedCommand.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list