summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-07-26 07:28:11 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-07-26 07:37:12 (GMT)
commitd8cb47f23c6da075e7e69dc055ca28b676682ad4 (patch)
tree04c0c903b1719cef1fb72be40e945d6030932504 /Source
parentf10e64804e13c7e5505ee2a2da5b4384f8616d7a (diff)
downloadCMake-d8cb47f23c6da075e7e69dc055ca28b676682ad4.zip
CMake-d8cb47f23c6da075e7e69dc055ca28b676682ad4.tar.gz
CMake-d8cb47f23c6da075e7e69dc055ca28b676682ad4.tar.bz2
Docs: Trim trailing whitespace in generated doc.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx2
-rw-r--r--Source/cmTarget.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 2cd19cf..78012de 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -4081,7 +4081,7 @@ void cmMakefile::DefineProperties(cmake *cm)
"List of options to pass to the compiler.",
"This property specifies the list of directories given "
"so far for this property. "
- "This property exists on directories and targets. "
+ "This property exists on directories and targets."
"\n"
"The target property values are used by the generators to set "
"the options for the compiler.\n"
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 0b3b785..189f763 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -304,7 +304,7 @@ void cmTarget::DefineProperties(cmake *cm)
"List of options to pass to the compiler.",
"This property specifies the list of options specified "
"so far for this property. "
- "This property exists on directories and targets. "
+ "This property exists on directories and targets."
"\n"
"The target property values are used by the generators to set "
"the options for the compiler.\n"