summaryrefslogtreecommitdiff
path: root/Modules/CPackComponent.cmake
diff options
context:
space:
mode:
authorDaniele E. Domenichelli <daniele.domenichelli@iit.it>2014-12-22 10:29:05 +0100
committerDaniele E. Domenichelli <daniele.domenichelli@iit.it>2014-12-22 17:23:46 +0100
commit64016393109cee55b3307d6669343e627d709e20 (patch)
tree0af7e1fc87a9295b100dbdc0fe5757d0a865143c /Modules/CPackComponent.cmake
parentc118816d44e178e4364a0c32aaece81a14511237 (diff)
downloadcmake-64016393109cee55b3307d6669343e627d709e20.tar.gz
Help: Small fixes in CPackComponent documentation
Diffstat (limited to 'Modules/CPackComponent.cmake')
-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.