diff options
author | Brad King <brad.king@kitware.com> | 2017-02-10 16:32:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-10 16:32:04 (GMT) |
commit | 6cbad490c2fdbd9bdc67b406b9f2dcdc21e08ddb (patch) | |
tree | 409695eb868ba2e284ce10d6f807c6ad71916353 /Help/manual/cmake-developer.7.rst | |
parent | 84df4a49500e51ac6e2a19a77e385e66234386f7 (diff) | |
parent | 30abf145fd48f50c26ee7553fd2512e59be97f25 (diff) | |
download | CMake-6cbad490c2fdbd9bdc67b406b9f2dcdc21e08ddb.zip CMake-6cbad490c2fdbd9bdc67b406b9f2dcdc21e08ddb.tar.gz CMake-6cbad490c2fdbd9bdc67b406b9f2dcdc21e08ddb.tar.bz2 |
Merge branch 'sphinx-1.4' into release
Diffstat (limited to 'Help/manual/cmake-developer.7.rst')
-rw-r--r-- | Help/manual/cmake-developer.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst index 46b922b..f77d8c0 100644 --- a/Help/manual/cmake-developer.7.rst +++ b/Help/manual/cmake-developer.7.rst @@ -540,7 +540,7 @@ a :ref:`Line Comment` block of the form: or a :ref:`Bracket Comment` of the form: -.. code-block:: cmake +:: #[[.rst: <module-name> @@ -558,7 +558,7 @@ All such comments must start with ``#`` in the first column. For example, a ``Modules/Findxxx.cmake`` module may contain: -.. code-block:: cmake +:: # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. |