diff options
author | Brad King <brad.king@kitware.com> | 2018-05-07 14:12:00 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-05-07 14:12:05 (GMT) |
commit | dd3e1a737216b7c9bfb6c7569685b36a1bff9cba (patch) | |
tree | 53d291e357974fede35a22d1dbec4d4635b9e8c2 /Tests/CMakeLib/testRST.rst | |
parent | 42db369133d4cfc0e47bb624b2a08e57fee097a5 (diff) | |
parent | 72814e46dabe120964c9cebc55cc4952bf4837e3 (diff) | |
download | CMake-dd3e1a737216b7c9bfb6c7569685b36a1bff9cba.zip CMake-dd3e1a737216b7c9bfb6c7569685b36a1bff9cba.tar.gz CMake-dd3e1a737216b7c9bfb6c7569685b36a1bff9cba.tar.bz2 |
Merge topic 'doc-command-synopsis'
72814e46da Utilities/Sphinx: Make HTML links in parsed-literal blocks more obvious
08b4ea639c Help: Organize file command docs into sections
51c0e1407c Help: Add Synopsis section to install, list, and string docs
0acd705119 Help: Improve list command signature group name for read operations
d5b2745b34 Help: Re-order file command docs
7d918b3cee cmRST: Parse inline links and inline literals
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2039
Diffstat (limited to 'Tests/CMakeLib/testRST.rst')
-rw-r--r-- | Tests/CMakeLib/testRST.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CMakeLib/testRST.rst b/Tests/CMakeLib/testRST.rst index 9cd7257..c8587c0 100644 --- a/Tests/CMakeLib/testRST.rst +++ b/Tests/CMakeLib/testRST.rst @@ -26,6 +26,10 @@ Variable :variable:`VARIABLE_<PLACEHOLDER> <target>` with trailing placeholder a Environment variable :envvar:`SOME_ENV_VAR`. Environment variable :envvar:`some env var <SOME_ENV_VAR>` with space and target. Generator :generator:`Some Generator` with space. +Inline literal ``~!@#$%^&*( )_+-=\\[]{}'":;,<>.?/``. +Inline link `Link Text <ExternalDest>`_. +Inline link `Link Text \<With \\-escaped Brackets\> <ExternalDest>`_. +Inline literal ``__`` followed by inline link `Link Text <InternalDest_>`_. .. |not replaced| replace:: not replaced through toctree .. |not replaced in literal| replace:: replaced in parsed literal |