diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2019-08-05 15:17:46 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2019-08-05 15:17:46 (GMT) |
commit | 493b8eae369977530294ab243b0cc2215a243a81 (patch) | |
tree | a03bdbab4c5eb54a6e079c39240163307357ad39 /Help | |
parent | 2327cc0e0575175e8dec4b7a6fa6cafd5d0f7ca9 (diff) | |
download | CMake-493b8eae369977530294ab243b0cc2215a243a81.zip CMake-493b8eae369977530294ab243b0cc2215a243a81.tar.gz CMake-493b8eae369977530294ab243b0cc2215a243a81.tar.bz2 |
Help: Fix example output in the `CMAKE_MESSAGE_INDENT` documentation
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_MESSAGE_INDENT.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_MESSAGE_INDENT.rst b/Help/variable/CMAKE_MESSAGE_INDENT.rst index f7975ab..d502121 100644 --- a/Help/variable/CMAKE_MESSAGE_INDENT.rst +++ b/Help/variable/CMAKE_MESSAGE_INDENT.rst @@ -23,6 +23,8 @@ Example: Which results in the following output: +.. code-block:: none + -- Collected items in the "listVar": -- one -- two |