Merge topic 'mark_as_advanced'

8cff5e4 mark_as_advanced: improve documentation syntax
This commit is contained in:
Brad King 2013-10-07 15:43:51 -04:00 committed by CMake Topic Stage
commit ca2c627b39
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public:
virtual const char* GetFullDocumentation() const virtual const char* GetFullDocumentation() const
{ {
return 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 " "Mark the named cached variables as advanced. An advanced variable "
"will not be displayed in any of the cmake GUIs unless the show " "will not be displayed in any of the cmake GUIs unless the show "
"advanced option is on. " "advanced option is on. "