summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentVariables.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-10-01 18:05:44 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-10-01 18:05:44 (GMT)
commit15cc55fe08d1c9986a678ded2d6bd0ac2ae70215 (patch)
tree1641df35601a2f9d32c6c35caca6c131500c9be8 /Source/cmDocumentVariables.cxx
parent49c7b649f958d34e06023a85af705122124328f5 (diff)
parent4ad02332aad12bdda5ae3a091326856c2ff31b3e (diff)
downloadCMake-15cc55fe08d1c9986a678ded2d6bd0ac2ae70215.zip
CMake-15cc55fe08d1c9986a678ded2d6bd0ac2ae70215.tar.gz
CMake-15cc55fe08d1c9986a678ded2d6bd0ac2ae70215.tar.bz2
Merge topic 'documentation-cleanup'
4ad0233 Remove period at the end of the check message. 50b1ea5 Fix minor typos. 19c3206 Remove unused parameter marker and the unused parameter. 9d462b2 Document that generator expressions can be used in target properties. daf88c3 Fix punctuation in some variables documentation. 3172cde Fix the layout of the generator expression documentation.
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r--Source/cmDocumentVariables.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index db3d055..8db0e8f 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -701,7 +701,8 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
cm->DefineProperty
("CMAKE_SYSTEM_IGNORE_PATH", cmProperty::VARIABLE,
"Path to be ignored by FIND_XXX() commands.",
- "Specifies directories to be ignored by searches in FIND_XXX() commands "
+ "Specifies directories to be ignored by searches in FIND_XXX() "
+ "commands. "
"This is useful in cross-compiled environments where some system "
"directories contain incompatible but possibly linkable libraries. For "
"example, on cross-compiled cluster environments, this allows a user to "
@@ -716,7 +717,8 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
cm->DefineProperty
("CMAKE_IGNORE_PATH", cmProperty::VARIABLE,
"Path to be ignored by FIND_XXX() commands.",
- "Specifies directories to be ignored by searches in FIND_XXX() commands "
+ "Specifies directories to be ignored by searches in FIND_XXX() "
+ "commands. "
"This is useful in cross-compiled environments where some system "
"directories contain incompatible but possibly linkable libraries. For "
"example, on cross-compiled cluster environments, this allows a user to "