summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst
diff options
context:
space:
mode:
authorJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2018-10-25 15:31:56 +0200
committerJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2018-10-25 15:44:59 +0200
commit24fa04018cbfcbbd9c52418be2ead8802eb361c4 (patch)
treed56ce8e950629809844374f74c45a1aa39f0740f /Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst
parentbba42bb91e25a35791e71461858403360192778b (diff)
downloadcmake-24fa04018cbfcbbd9c52418be2ead8802eb361c4.tar.gz
Help: Spell out ";-list" as "semicolon-separated list"
Diffstat (limited to 'Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst')
-rw-r--r--Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst b/Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst
index 26f6d16715..35220e414a 100644
--- a/Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst
+++ b/Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst
@@ -3,7 +3,7 @@
This property is implemented only when ``<LANG>`` is ``C`` or ``CXX``.
-Specify a :ref:`;-list <CMake Language Lists>` containing a command
+Specify a :ref:`semicolon-separated list <CMake Language Lists>` containing a command
line for the ``include-what-you-use`` tool. The :ref:`Makefile Generators`
and the :generator:`Ninja` generator will run this tool along with the
compiler and report a warning if the tool reports any problems.