summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-language.7.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-06 16:27:08 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-07 18:35:50 (GMT)
commit4b7f2f521356e7029c3d944c061c4c94959efe52 (patch)
tree509977667a489d56322aa36f4958b604c1a39ed0 /Help/manual/cmake-language.7.rst
parent113df227130397b342cfa09ad64d1fb5359b023b (diff)
downloadCMake-4b7f2f521356e7029c3d944c061c4c94959efe52.zip
CMake-4b7f2f521356e7029c3d944c061c4c94959efe52.tar.gz
CMake-4b7f2f521356e7029c3d944c061c4c94959efe52.tar.bz2
Help: Add hyperlink targets for argument types in cmake-language(7)
Add reStructuredText hyperlink targets for the bracket, quoted, and unquoted argument sections.
Diffstat (limited to 'Help/manual/cmake-language.7.rst')
-rw-r--r--Help/manual/cmake-language.7.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/manual/cmake-language.7.rst b/Help/manual/cmake-language.7.rst
index 61d0a42..1e4c6c5 100644
--- a/Help/manual/cmake-language.7.rst
+++ b/Help/manual/cmake-language.7.rst
@@ -140,6 +140,8 @@ There are three types of arguments within `Command Invocations`_:
.. productionlist::
argument: `bracket_argument` | `quoted_argument` | `unquoted_argument`
+.. _`Bracket Argument`:
+
Bracket Argument
^^^^^^^^^^^^^^^^
@@ -187,6 +189,8 @@ For example:
.. _`Lua`: http://www.lua.org/
+.. _`Quoted Argument`:
+
Quoted Argument
^^^^^^^^^^^^^^^
@@ -233,6 +237,8 @@ immediately following newline character. For example:
They report errors in quoted arguments containing lines ending in
an odd number of ``\`` characters.
+.. _`Unquoted Argument`:
+
Unquoted Argument
^^^^^^^^^^^^^^^^^