summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-01-04 16:44:00 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-01-04 16:44:14 (GMT)
commit2b4bc8d469f4f8244f9c44472d2dbc1f5968ee8b (patch)
treee8cc3fcacca8bff31fe20e484099177dcc5e47d6 /Help/command
parentecc064b9add0da3e125679859d083594621b06b9 (diff)
parent9702a01dc92b98311107f0dad46a2bc016ab31c4 (diff)
downloadCMake-2b4bc8d469f4f8244f9c44472d2dbc1f5968ee8b.zip
CMake-2b4bc8d469f4f8244f9c44472d2dbc1f5968ee8b.tar.gz
CMake-2b4bc8d469f4f8244f9c44472d2dbc1f5968ee8b.tar.bz2
Merge topic 'HELP-string_LENGTH-link-error'
9702a01dc9 Help: string(LENGTH): Fix synopsis link to command description Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9113
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/string.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst
index 0e69b27..2f01653 100644
--- a/Help/command/string.rst
+++ b/Help/command/string.rst
@@ -22,7 +22,7 @@ Synopsis
string(`JOIN`_ <glue> <out-var> [<input>...])
string(`TOLOWER`_ <string> <out-var>)
string(`TOUPPER`_ <string> <out-var>)
- string(`LENGTH`_ <string> <out-var>)
+ string(`LENGTH <LENGTH_>`_ <string> <out-var>)
string(`SUBSTRING`_ <string> <begin> <length> <out-var>)
string(`STRIP`_ <string> <out-var>)
string(`GENEX_STRIP`_ <string> <out-var>)