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:
Leena Miettinen
2013-09-06 11:52:53 +02:00
parent ac01fd03f7
commit e1fb42d94d
4 changed files with 27 additions and 25 deletions

View File

@@ -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
{