diff options
author | Leena Miettinen <[email protected]> | 2013-06-05 14:29:24 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2013-06-20 11:22:47 +0200 |
commit | 41411165bac561d3cd93a793c6ae76dcb2937e12 (patch) | |
tree | cc9e5e516899407448ad8eadd207909ee3115493 /src/libs/qmljs/qmljslink.cpp | |
parent | 440725322abf0189c0cb28baddebe76bc26c5f05 (diff) |
Doc: use standard wording in \brief commands
QDoc does some magic with the \class and \namespaces
and \brief commands, so the following wording must be used:
"The xxx class yyy ..."
Change-Id: Id231f30e8464898b776888d5423523de404aae34
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/libs/qmljs/qmljslink.cpp')
-rw-r--r-- | src/libs/qmljs/qmljslink.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmljs/qmljslink.cpp b/src/libs/qmljs/qmljslink.cpp index 2d5672fa20e..1515286a54f 100644 --- a/src/libs/qmljs/qmljslink.cpp +++ b/src/libs/qmljs/qmljslink.cpp @@ -122,7 +122,7 @@ public: /*! \class QmlJS::Link - \brief Creates a Context for a Snapshot. + \brief The Link class creates a Context for a Snapshot. \sa Context Snapshot Initializes a context by resolving imports. This is an expensive operation. |