Browse Source

Merge topic 'tweaks_to_release_notes'

435f71fe12 Help: Clarify COMPILE_LANG_AND_ID release note
9098d31760 Help: Clarify vs-just-my-code-debugging release note language
bb8b3727c9 Help: Reference project command in CMAKE_PROJECT_INCLUDE_BEFORE relnotes

Acked-by: Kitware Robot <[email protected]>
Merge-request: !3419
Brad King 6 years ago
parent
commit
4d80bd5cd5

+ 1 - 1
Help/release/dev/genex-COMPILE_LANG_AND_ID.rst

@@ -3,5 +3,5 @@ genex-COMPILE_LANG_AND_ID
 
 * A new ``COMPILE_LANG_AND_ID`` generator expression was introduced to
   allow specification of compile options for target files based on the
-  :variable:`CMAKE_<LANG>_COMPILER_ID`  and :prop_sf:`LANGUAGE` and of
+  :variable:`CMAKE_<LANG>_COMPILER_ID` and :prop_sf:`LANGUAGE` of
   each source file.

+ 1 - 1
Help/release/dev/project-include-before.rst

@@ -2,4 +2,4 @@ cmake_project_include_before
 ----------------------------
 
 * A variable :variable:`CMAKE_PROJECT_INCLUDE_BEFORE` was added to allow
-  injection of custom code into the project.
+  injection of custom code before the :command:`project` call.

+ 3 - 3
Help/release/dev/vs-just-my-code-debugging.rst

@@ -1,9 +1,9 @@
 vs-just-my-code-debugging
 -------------------------
 
-* For the :ref:`Visual Studio Generators`, for the
-  :ref:`Makefile Generators` and the :generator:`Ninja` generator
-  the Just My Code feature of the Visual Studio Debugger could be
+* For the :ref:`Visual Studio Generators`,
+  :ref:`Makefile Generators`, and the :generator:`Ninja` generators
+  the Just My Code feature of the Visual Studio Debugger can be
   leveraged by turning on the :prop_tgt:`VS_JUST_MY_CODE_DEBUGGING` target
   property. Its default value is provided by the variable
   :variable:`CMAKE_VS_JUST_MY_CODE_DEBUGGING`.