diff options
author | Brad King <brad.king@kitware.com> | 2014-12-22 19:13:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-22 19:13:01 (GMT) |
commit | d62733b48a7360ffd62a2da4148f717c874da36c (patch) | |
tree | 2fbd6806f713ca1bc0ea48f7ef59a27c2439afa1 | |
parent | 9755fd0e6c9a08dc40e922942d608d52542de9d6 (diff) | |
parent | 64016393109cee55b3307d6669343e627d709e20 (diff) | |
download | CMake-d62733b48a7360ffd62a2da4148f717c874da36c.zip CMake-d62733b48a7360ffd62a2da4148f717c874da36c.tar.gz CMake-d62733b48a7360ffd62a2da4148f717c874da36c.tar.bz2 |
Merge branch 'CPackComponent-docs-fix' into release
-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. |