diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-08-14 10:46:30 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-08-14 10:46:39 (GMT) |
commit | 512e744d2a15839ef3a44ab81ccc7ff59b9b25c3 (patch) | |
tree | fdce7b6a08bd24b04de72938268d67e7c5af1667 | |
parent | c90690a2d84e50dd4d318be9b215fd31c3ffbb77 (diff) | |
parent | 5b17421bdc4782ad84e89570abfcc7870a503c78 (diff) | |
download | CMake-512e744d2a15839ef3a44ab81ccc7ff59b9b25c3.zip CMake-512e744d2a15839ef3a44ab81ccc7ff59b9b25c3.tar.gz CMake-512e744d2a15839ef3a44ab81ccc7ff59b9b25c3.tar.bz2 |
Merge topic 'help-formatting'
5b17421bdc Help: Improve formatting for IMPLICIT_DEPENDS_INCLUDE_TRANSFORM
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5126
-rw-r--r-- | Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst b/Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst index dc73807..f7e366a 100644 --- a/Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst +++ b/Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst @@ -1,15 +1,15 @@ IMPLICIT_DEPENDS_INCLUDE_TRANSFORM ---------------------------------- -Specify #include line transforms for dependencies in a target. +Specify ``#include`` line transforms for dependencies in a target. -This property specifies rules to transform macro-like #include lines +This property specifies rules to transform macro-like ``#include`` lines during implicit dependency scanning of C and C++ source files. The list of rules must be semicolon-separated with each entry of the form -"A_MACRO(%)=value-with-%" (the % must be literal). During dependency -scanning occurrences of A_MACRO(...) on #include lines will be +``A_MACRO(%)=value-with-%`` (the ``%`` must be literal). During dependency +scanning occurrences of ``A_MACRO(...)`` on ``#include`` lines will be replaced by the value given with the macro argument substituted for -'%'. For example, the entry +``%``. For example, the entry :: |