STYLE: fix docs

This commit is contained in:
Ken Martin 2005-11-16 12:10:37 -05:00
parent bd45a7bb18
commit 0334c77316
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ public:
return
" GET_SOURCE_FILE_PROPERTY(VAR file property)\n"
"Get a property from a source file. The value of the property is "
"stored in the variable VAR. If the property is not found, var "
"stored in the variable VAR. If the property is not found, VAR "
"will be set to \"NOTFOUND\". Use SET_SOURCE_FILES_PROPERTIES to set "
"property values. Source file properties usually control how the "
"file is built.";

View File

@ -54,7 +54,7 @@ public:
return
" GET_TARGET_PROPERTY(VAR target property)\n"
"Get a property from a target. The value of the property is "
"stored in the variable VAR. If the property is not found, var "
"stored in the variable VAR. If the property is not found, VAR "
"will be set to \"NOTFOUND\". Use SET_TARGET_PROPERTIES to set "
"property values. Properties are usually used to control how "
"a target is built.\n"