Help: Add more reference targets to cmake-language.7

This commit is contained in:
Brad King 2014-05-01 10:18:03 -04:00
parent c3d98bd289
commit c179b2898e

View File

@ -287,6 +287,8 @@ For example:
Instead use a `Quoted Argument`_ or a `Bracket Argument`_ to Instead use a `Quoted Argument`_ or a `Bracket Argument`_ to
represent the content. represent the content.
.. _`Escape Sequences`:
Escape Sequences Escape Sequences
---------------- ----------------
@ -305,6 +307,8 @@ encodes a tab, carriage return, or newline character, respectively.
A ``\;`` encodes itself but may be used in an `Unquoted Argument`_ A ``\;`` encodes itself but may be used in an `Unquoted Argument`_
to encode the ``;`` without dividing the argument value on it. to encode the ``;`` without dividing the argument value on it.
.. _`Variable References`:
Variable References Variable References
------------------- -------------------