diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-11-06 02:49:09 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-11-09 19:52:30 (GMT) |
commit | 8c6274326d5bfb32e58a4da690138279854803e8 (patch) | |
tree | 1f381c147c8b643dc18f510a4145ea3845a90ebb /Help/command/subdirs.rst | |
parent | c356a9451296f92eacb8e5ce44018965e91f4246 (diff) | |
download | CMake-8c6274326d5bfb32e58a4da690138279854803e8.zip CMake-8c6274326d5bfb32e58a4da690138279854803e8.tar.gz CMake-8c6274326d5bfb32e58a4da690138279854803e8.tar.bz2 |
Help: Use CMake highlighting for command synopsis
Most of CMake commands use it. Fix a few of them to do the same.
Diffstat (limited to 'Help/command/subdirs.rst')
-rw-r--r-- | Help/command/subdirs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/subdirs.rst b/Help/command/subdirs.rst index 530951b..ecc6d1f 100644 --- a/Help/command/subdirs.rst +++ b/Help/command/subdirs.rst @@ -7,7 +7,7 @@ subdirs Add a list of subdirectories to the build. -:: +.. code-block:: cmake subdirs(dir1 dir2 ...[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...] [PREORDER] ) |