diff options
author | Daniele E. Domenichelli <daniele.domenichelli@iit.it> | 2014-12-22 09:29:05 (GMT) |
---|---|---|
committer | Daniele E. Domenichelli <daniele.domenichelli@iit.it> | 2014-12-22 16:23:46 (GMT) |
commit | 64016393109cee55b3307d6669343e627d709e20 (patch) | |
tree | 0af7e1fc87a9295b100dbdc0fe5757d0a865143c /Modules/CPackComponent.cmake | |
parent | c118816d44e178e4364a0c32aaece81a14511237 (diff) | |
download | CMake-64016393109cee55b3307d6669343e627d709e20.zip CMake-64016393109cee55b3307d6669343e627d709e20.tar.gz CMake-64016393109cee55b3307d6669343e627d709e20.tar.bz2 |
Help: Small fixes in CPackComponent documentation
Diffstat (limited to 'Modules/CPackComponent.cmake')
-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. |