summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-02-09 19:01:46 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-02-17 18:18:11 (GMT)
commit1ee4721f7c7d0d889e00c0a2cdb799e71a4b5574 (patch)
treed01298d744a43ed7cbc4d71aff3567c1364c4277 /Help
parent62429a1e54ec443edda35074bc66805d6e602f89 (diff)
downloadCMake-1ee4721f7c7d0d889e00c0a2cdb799e71a4b5574.zip
CMake-1ee4721f7c7d0d889e00c0a2cdb799e71a4b5574.tar.gz
CMake-1ee4721f7c7d0d889e00c0a2cdb799e71a4b5574.tar.bz2
Help: Fix formatting of command parameter.
Diffstat (limited to 'Help')
-rw-r--r--Help/command/target_compile_definitions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/target_compile_definitions.rst b/Help/command/target_compile_definitions.rst
index 3c9fe87..8bd3233 100644
--- a/Help/command/target_compile_definitions.rst
+++ b/Help/command/target_compile_definitions.rst
@@ -9,7 +9,7 @@ Add compile definitions to a target.
<INTERFACE|PUBLIC|PRIVATE> [items1...]
[<INTERFACE|PUBLIC|PRIVATE> [items2...] ...])
-Specify compile definitions to use when compiling a given <target. The
+Specify compile definitions to use when compiling a given ``<target>``. The
named ``<target>`` must have been created by a command such as
:command:`add_executable` or :command:`add_library` and must not be an
:ref:`Imported Target <Imported Targets>`.