forked from qt-creator/qt-creator
Doc: edit qmljs docs
Use standard wording, fix capitalization, typos, and style and grammar issues. Change-Id: Iac3faa59ef32aa2a8ec1857aed0d861701cbfbe7 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -369,9 +369,10 @@ const CppComponentValue *CppComponentValue::prototype() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\returns a list started by this object and followed by all its prototypes
|
||||
Returns a list started by this object and followed by all its prototypes.
|
||||
|
||||
Prefer to use this over calling prototype() in a loop, as it avoids cycles.
|
||||
Use this function rather than calling prototype() in a loop, as it avoids
|
||||
cycles.
|
||||
*/
|
||||
QList<const CppComponentValue *> CppComponentValue::prototypes() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user