[Cmake-commits] CMake branch, next, updated. v3.1.0-1330-g15162ca
Daniele E. Domenichelli
daniele.domenichelli at gmail.com
Mon Dec 22 11:26:00 EST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 15162ca3106d95b0f867b9a89d9b3a6dd0008297 (commit)
via 64016393109cee55b3307d6669343e627d709e20 (commit)
from bf87becbc3d333ee1902226787aca69142789855 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=15162ca3106d95b0f867b9a89d9b3a6dd0008297
commit 15162ca3106d95b0f867b9a89d9b3a6dd0008297
Merge: bf87bec 6401639
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
AuthorDate: Mon Dec 22 11:25:59 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Dec 22 11:25:59 2014 -0500
Merge topic 'CPackComponent-docs-fix' into next
64016393 Help: Small fixes in CPackComponent documentation
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=64016393109cee55b3307d6669343e627d709e20
commit 64016393109cee55b3307d6669343e627d709e20
Author: Daniele E. Domenichelli <daniele.domenichelli at iit.it>
AuthorDate: Mon Dec 22 10:29:05 2014 +0100
Commit: Daniele E. Domenichelli <daniele.domenichelli at iit.it>
CommitDate: Mon Dec 22 17:23:46 2014 +0100
Help: Small fixes in CPackComponent documentation
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.
-----------------------------------------------------------------------
Summary of changes:
Modules/CPackComponent.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list