STYLE: fix docs
This commit is contained in:
parent
fb6d598813
commit
ef5fe4b256
@ -68,7 +68,7 @@ public:
|
|||||||
" \"message to display\" ...)\n"
|
" \"message to display\" ...)\n"
|
||||||
"The arguments are messages to display. If the first argument is "
|
"The arguments are messages to display. If the first argument is "
|
||||||
"SEND_ERROR then an error is raised. 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);
|
cmTypeMacro(cmMessageCommand, cmCommand);
|
||||||
|
@ -74,7 +74,7 @@ public:
|
|||||||
return
|
return
|
||||||
" QT_WRAP_CPP(resultingLibraryName DestName\n"
|
" QT_WRAP_CPP(resultingLibraryName DestName\n"
|
||||||
" SourceLists ...)\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 "
|
"The moc files will be added to the library using the DestName "
|
||||||
"source list.";
|
"source list.";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user