From 9edb5f57127489dec4b7cbdc1e60920e6002abea Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sun, 12 Jun 2022 16:13:22 +0200 Subject: API dox: use more markup for code or commandline samples NO_CHANGELOG --- modules/ECMCheckOutboundLicense.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/ECMCheckOutboundLicense.cmake') diff --git a/modules/ECMCheckOutboundLicense.cmake b/modules/ECMCheckOutboundLicense.cmake index ac799437..204d5ec7 100644 --- a/modules/ECMCheckOutboundLicense.cmake +++ b/modules/ECMCheckOutboundLicense.cmake @@ -26,7 +26,7 @@ Preconditions for using this module: by running ``reuse spdx`` on the tested directory. When this module is included, a ``SKIP_LICENSE_TESTS`` option is added (default -OFF). Turning this option on skips the generation of license tests, which might +``OFF``). Turning this option on skips the generation of license tests, which might be convenient if licenses shall not be tested in all build configurations. :: @@ -38,7 +38,7 @@ be convenient if licenses shall not be tested in all build configurations. This method adds a custom unit test to ensure the specified outbound license to be compatible with the specified license headers. Note that a convenient way is to use -the CMake GLOB command of the FILE function. +the CMake ``GLOB`` argument of the ``FILE`` function. ``LICENSES`` : List of one or multiple outbound license regarding which the compatibility of the source code files shall be tested. Currently, the following values are supported (values are SPDX registry identifiers): -- cgit v1.2.1