diff options
author | Bartosz Kosiorek <bartosz.kosiorek@tomtom.com> | 2019-03-27 08:57:30 (GMT) |
---|---|---|
committer | Bartosz Kosiorek <bartosz.kosiorek@tomtom.com> | 2019-03-27 15:01:29 (GMT) |
commit | 5e958ccd79024cb0dbd654ecd71120e6367d6cc4 (patch) | |
tree | 964b5d2bed8874352a1d3c71097a4bb400ca4209 /Help/prop_cache/ADVANCED.rst | |
parent | 07f3082d3b52f1bcba8dd4ef82b3e02c362b392e (diff) | |
download | CMake-5e958ccd79024cb0dbd654ecd71120e6367d6cc4.zip CMake-5e958ccd79024cb0dbd654ecd71120e6367d6cc4.tar.gz CMake-5e958ccd79024cb0dbd654ecd71120e6367d6cc4.tar.bz2 |
Help: Improve Cache documentation
Diffstat (limited to 'Help/prop_cache/ADVANCED.rst')
-rw-r--r-- | Help/prop_cache/ADVANCED.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_cache/ADVANCED.rst b/Help/prop_cache/ADVANCED.rst index a0a4f73..ec4de9d 100644 --- a/Help/prop_cache/ADVANCED.rst +++ b/Help/prop_cache/ADVANCED.rst @@ -4,5 +4,5 @@ ADVANCED True if entry should be hidden by default in GUIs. This is a boolean value indicating whether the entry is considered -interesting only for advanced configuration. The mark_as_advanced() +interesting only for advanced configuration. The :command:`mark_as_advanced` command modifies this property. |