Help: Add hyperlink targets for argument types in cmake-language(7)
Add reStructuredText hyperlink targets for the bracket, quoted, and unquoted argument sections.
This commit is contained in:
parent
113df22713
commit
4b7f2f5213
|
@ -140,6 +140,8 @@ There are three types of arguments within `Command Invocations`_:
|
||||||
.. productionlist::
|
.. productionlist::
|
||||||
argument: `bracket_argument` | `quoted_argument` | `unquoted_argument`
|
argument: `bracket_argument` | `quoted_argument` | `unquoted_argument`
|
||||||
|
|
||||||
|
.. _`Bracket Argument`:
|
||||||
|
|
||||||
Bracket Argument
|
Bracket Argument
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
@ -187,6 +189,8 @@ For example:
|
||||||
|
|
||||||
.. _`Lua`: http://www.lua.org/
|
.. _`Lua`: http://www.lua.org/
|
||||||
|
|
||||||
|
.. _`Quoted Argument`:
|
||||||
|
|
||||||
Quoted Argument
|
Quoted Argument
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
@ -233,6 +237,8 @@ immediately following newline character. For example:
|
||||||
They report errors in quoted arguments containing lines ending in
|
They report errors in quoted arguments containing lines ending in
|
||||||
an odd number of ``\`` characters.
|
an odd number of ``\`` characters.
|
||||||
|
|
||||||
|
.. _`Unquoted Argument`:
|
||||||
|
|
||||||
Unquoted Argument
|
Unquoted Argument
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue