Browse Source

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

Brad King 11 năm trước cách đây
mục cha
commit
c179b2898e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      Help/manual/cmake-language.7.rst

+ 4 - 0
Help/manual/cmake-language.7.rst

@@ -287,6 +287,8 @@ For example:
  Instead use a `Quoted Argument`_ or a `Bracket Argument`_ to
  represent the content.
 
+.. _`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`_
 to encode the ``;`` without dividing the argument value on it.
 
+.. _`Variable References`:
+
 Variable References
 -------------------