diff options
author | Brad King <brad.king@kitware.com> | 2023-08-01 13:26:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-08-01 13:27:02 (GMT) |
commit | 40f25113af5265eb139325253ccce1f12a1cedea (patch) | |
tree | 684eb92f45a5a868f12b616c3f74705e14b90cfa /Help | |
parent | f0c95e26303a74d01aac98383e7cae6cc26899a8 (diff) | |
parent | c949a8742e58887a29bb6c66b76f31d39f8dcb3d (diff) | |
download | CMake-40f25113af5265eb139325253ccce1f12a1cedea.zip CMake-40f25113af5265eb139325253ccce1f12a1cedea.tar.gz CMake-40f25113af5265eb139325253ccce1f12a1cedea.tar.bz2 |
Merge topic 'doc_ep'
c949a8742e ExternalProject: Add option subsection anchors for accessibility from TOC
6828b9df5a Help/dev: Extend documentation guide with another section nesting level
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8657
Diffstat (limited to 'Help')
-rw-r--r-- | Help/dev/documentation.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/dev/documentation.rst b/Help/dev/documentation.rst index c6fb7a6..65c0ccf 100644 --- a/Help/dev/documentation.rst +++ b/Help/dev/documentation.rst @@ -431,6 +431,7 @@ The section header underline character hierarchy is * ``-``: Subsection or `CMake Domain`_ object document title * ``^``: Subsubsection or `CMake Domain`_ object document section * ``"``: Paragraph or `CMake Domain`_ object document subsection +* ``~``: `CMake Domain`_ object document subsubsection Style: Whitespace ^^^^^^^^^^^^^^^^^ |