summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-23 08:53:54 -0500
committerCMake Topic Stage <kwrobot@kitware.com>2014-12-23 08:53:54 -0500
commit3b3da0d39e36b88db521c8f7eec31ede82596ba1 (patch)
tree1bdac0eb9f55349b6558a42a61d2686ba1631c1f /Modules
parent396a008ff0ffed5d4f07f0cb66de5d2523772184 (diff)
parent64016393109cee55b3307d6669343e627d709e20 (diff)
downloadcmake-3b3da0d39e36b88db521c8f7eec31ede82596ba1.tar.gz
Merge topic 'CPackComponent-docs-fix'
64016393 Help: Small fixes in CPackComponent documentation
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CPackComponent.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CPackComponent.cmake b/Modules/CPackComponent.cmake
index 5524a3f484..573e5aac18 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.