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/STRINGS.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/STRINGS.rst')
-rw-r--r-- | Help/prop_cache/STRINGS.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_cache/STRINGS.rst b/Help/prop_cache/STRINGS.rst index 2f8e32e..0e3c326 100644 --- a/Help/prop_cache/STRINGS.rst +++ b/Help/prop_cache/STRINGS.rst @@ -1,9 +1,9 @@ STRINGS ------- -Enumerate possible STRING entry values for GUI selection. +Enumerate possible ``STRING`` entry values for GUI selection. -For cache entries with type STRING, this enumerates a set of values. +For cache entries with type ``STRING``, this enumerates a set of values. CMake GUIs may use this to provide a selection widget instead of a generic string entry field. This is for convenience only. CMake does not enforce that the value matches one of those listed. |