forked from qt-creator/qt-creator
Replace a few \returns by Returns
Change-Id: I09c633e610421f5cc8257b15de60ffa98d890ee0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -115,8 +115,9 @@ SourceLocation QmlJS::fullLocationForQualifiedId(AST::UiQualifiedId *qualifiedId
|
||||
}
|
||||
|
||||
/*!
|
||||
\returns the value of the 'id:' binding in \a object
|
||||
\param idBinding optional out parameter to get the UiScriptBinding for the id binding
|
||||
Returns the value of the 'id:' binding in \a object.
|
||||
|
||||
\a idBinding is optional out parameter to get the UiScriptBinding for the id binding.
|
||||
*/
|
||||
QString QmlJS::idOfObject(Node *object, UiScriptBinding **idBinding)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user