diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-11-06 02:10:08 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-11-07 18:55:07 (GMT) |
commit | f98c8707f4b135d939b6f67ea899f81f3b1d2d54 (patch) | |
tree | 63f5e15e0888cbf02b39289d955b9da57f590608 /Help/command/cmake_host_system_information.rst | |
parent | 2ba351ca4f5e63ed5e658787ffef66065d3dab54 (diff) | |
download | CMake-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.rst | 2 |
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> ...) |