fix docs
This commit is contained in:
parent
b6ebd7b7fa
commit
7359c6bd16
|
@ -54,8 +54,8 @@ public:
|
|||
{
|
||||
return
|
||||
"GET_SOURCE_FILE_PROPERTY(VAR file [ABSTRACT|WRAP_EXCLUDE|FLAGS]) "
|
||||
"Get properties on a file. The syntax for the command is to list all the files you want "
|
||||
"to change, and then provide the values you want to set next.";
|
||||
"Get a property from a source file. The value of the property is stored "
|
||||
"in the variable VAR.";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmGetSourceFilePropertyCommand, cmCommand);
|
||||
|
|
Loading…
Reference in New Issue