STYLE: fix docs
This commit is contained in:
parent
fb6d598813
commit
ef5fe4b256
|
@ -68,7 +68,7 @@ public:
|
|||
" \"message to display\" ...)\n"
|
||||
"The arguments are messages to display. If the first argument is "
|
||||
"SEND_ERROR then an error is raised. If the first argument is "
|
||||
"STATUS then the message is diaplyed in the progress line for the GUI.";
|
||||
"STATUS then the message is displayed in the progress line for the GUI.";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmMessageCommand, cmCommand);
|
||||
|
|
|
@ -74,7 +74,7 @@ public:
|
|||
return
|
||||
" QT_WRAP_CPP(resultingLibraryName DestName\n"
|
||||
" SourceLists ...)\n"
|
||||
"Produce moc files for all the .h file listed in the SourceLists. "
|
||||
"Produce moc files for all the .h files listed in the SourceLists. "
|
||||
"The moc files will be added to the library using the DestName "
|
||||
"source list.";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue