Merge topic 'CPackComponent-docs-fix'

64016393 Help: Small fixes in CPackComponent documentation
This commit is contained in:
Brad King 2014-12-23 08:53:54 -05:00 committed by CMake Topic Stage
commit 3b3da0d39e
1 changed files with 2 additions and 2 deletions

View File

@ -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.