diff options
Diffstat (limited to 'Help/command/include_guard.rst')
-rw-r--r-- | Help/command/include_guard.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/include_guard.rst b/Help/command/include_guard.rst index 62cce22..877aa86 100644 --- a/Help/command/include_guard.rst +++ b/Help/command/include_guard.rst @@ -3,7 +3,7 @@ include_guard Provides an include guard for the file currently being processed by CMake. -:: +.. code-block:: cmake include_guard([DIRECTORY|GLOBAL]) |