Browse Source

Docs: Trim trailing whitespace in generated doc.

Stephen Kelly 12 years ago
parent
commit
d8cb47f23c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Source/cmMakefile.cxx
  2. 1 1
      Source/cmTarget.cxx

+ 1 - 1
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"

+ 1 - 1
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"