mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-05 06:40:26 -06:00
Merge topic 'mark_as_advanced'
8cff5e4 mark_as_advanced: improve documentation syntax
This commit is contained in:
@@ -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. "
|
||||
|
||||
Reference in New Issue
Block a user