diff options
author | Brad King <brad.king@kitware.com> | 2014-12-23 13:53:54 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-12-23 13:53:54 (GMT) |
commit | 3b3da0d39e36b88db521c8f7eec31ede82596ba1 (patch) | |
tree | 1bdac0eb9f55349b6558a42a61d2686ba1631c1f | |
parent | 396a008ff0ffed5d4f07f0cb66de5d2523772184 (diff) | |
parent | 64016393109cee55b3307d6669343e627d709e20 (diff) | |
download | CMake-3b3da0d39e36b88db521c8f7eec31ede82596ba1.zip CMake-3b3da0d39e36b88db521c8f7eec31ede82596ba1.tar.gz CMake-3b3da0d39e36b88db521c8f7eec31ede82596ba1.tar.bz2 |
Merge topic 'CPackComponent-docs-fix'
64016393 Help: Small fixes in CPackComponent documentation
-rw-r--r-- | Modules/CPackComponent.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CPackComponent.cmake b/Modules/CPackComponent.cmake index 5524a3f..573e5aa 100644 --- a/Modules/CPackComponent.cmake +++ b/Modules/CPackComponent.cmake @@ -110,7 +110,7 @@ # # DESCRIPTION is an extended description of the component, used in # graphical installers to give the user additional information about the -# component. Descriptions can span multiple lines using "\n" as the +# component. Descriptions can span multiple lines using ``\n`` as the # line separator. Typically, these descriptions should be no more than # a few lines long. # @@ -185,7 +185,7 @@ # DESCRIPTION is an extended description of the component group, used in # graphical installers to give the user additional information about the # components within that group. Descriptions can span multiple lines -# using "\n" as the line separator. Typically, these descriptions +# using ``\n`` as the line separator. Typically, these descriptions # should be no more than a few lines long. # # PARENT_GROUP, if supplied, names the parent group of this group. |