summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-22 19:13:01 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-22 19:13:01 (GMT)
commitd62733b48a7360ffd62a2da4148f717c874da36c (patch)
tree2fbd6806f713ca1bc0ea48f7ef59a27c2439afa1
parent9755fd0e6c9a08dc40e922942d608d52542de9d6 (diff)
parent64016393109cee55b3307d6669343e627d709e20 (diff)
downloadCMake-d62733b48a7360ffd62a2da4148f717c874da36c.zip
CMake-d62733b48a7360ffd62a2da4148f717c874da36c.tar.gz
CMake-d62733b48a7360ffd62a2da4148f717c874da36c.tar.bz2
Merge branch 'CPackComponent-docs-fix' into release
-rw-r--r--Modules/CPackComponent.cmake4
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.