Help: Small fixes in CPackComponent documentation

This commit is contained in:
Daniele E. Domenichelli 2014-12-22 10:29:05 +01:00
parent c118816d44
commit 6401639310
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.