summaryrefslogtreecommitdiffstats
path: root/Help/command/cmake_host_system_information.rst
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-11-06 02:10:08 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-11-07 18:55:07 (GMT)
commitf98c8707f4b135d939b6f67ea899f81f3b1d2d54 (patch)
tree63f5e15e0888cbf02b39289d955b9da57f590608 /Help/command/cmake_host_system_information.rst
parent2ba351ca4f5e63ed5e658787ffef66065d3dab54 (diff)
downloadCMake-f98c8707f4b135d939b6f67ea899f81f3b1d2d54.zip
CMake-f98c8707f4b135d939b6f67ea899f81f3b1d2d54.tar.gz
CMake-f98c8707f4b135d939b6f67ea899f81f3b1d2d54.tar.bz2
Help: Use `code-block:: cmake` instead of `::` for sub-commands descriptions
Most of CMake commands use syntax highlighting when describe sub-commands syntax. Fix a few of them to be like others...
Diffstat (limited to 'Help/command/cmake_host_system_information.rst')
-rw-r--r--Help/command/cmake_host_system_information.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/cmake_host_system_information.rst b/Help/command/cmake_host_system_information.rst
index c84c5b5..76824ef 100644
--- a/Help/command/cmake_host_system_information.rst
+++ b/Help/command/cmake_host_system_information.rst
@@ -17,7 +17,7 @@ Synopsis
Query host system specific information
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-::
+.. code-block:: cmake
cmake_host_system_information(RESULT <variable> QUERY <key> ...)