diff options
author | Martin Smith <martin.smith@digia.com> | 2015-06-04 15:38:08 +0200 |
---|---|---|
committer | Martin Smith <martin.smith@digia.com> | 2015-06-05 08:48:12 +0000 |
commit | c7adc518ca890f3393843785d0d814a6d164399b (patch) | |
tree | 05b22df4eb329bf12cbe9d3e1ab200b40ce8ae6f /src/script/api | |
parent | 20d49d362ef813a11a97f8922cfc693d5d623f97 (diff) | |
download | qtscript-c7adc518ca890f3393843785d0d814a6d164399b.tar.gz |
doc: Remove uses of \mainclass
This qdoc command is deprecated.
Change-Id: I50ebdbfb6d0c445ae4ead0556b9b1b1b0259f860
Task-number: QTBUG-46476
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/script/api')
-rw-r--r-- | src/script/api/qscriptclass.cpp | 1 | ||||
-rw-r--r-- | src/script/api/qscriptcontext.cpp | 1 | ||||
-rw-r--r-- | src/script/api/qscriptengine.cpp | 2 | ||||
-rw-r--r-- | src/script/api/qscriptvalue.cpp | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/src/script/api/qscriptclass.cpp b/src/script/api/qscriptclass.cpp index 9f83940..bd7c452 100644 --- a/src/script/api/qscriptclass.cpp +++ b/src/script/api/qscriptclass.cpp @@ -31,7 +31,6 @@ \brief The QScriptClass class provides an interface for defining custom behavior of (a class of) Qt Script objects. \ingroup script - \mainclass The QScriptClass class defines an interface for handling various aspects of interaction with the Qt Script objects associated with diff --git a/src/script/api/qscriptcontext.cpp b/src/script/api/qscriptcontext.cpp index 4b1e6e7..969ac80 100644 --- a/src/script/api/qscriptcontext.cpp +++ b/src/script/api/qscriptcontext.cpp @@ -48,7 +48,6 @@ QT_BEGIN_NAMESPACE \brief The QScriptContext class represents a Qt Script function invocation. \ingroup script - \mainclass A QScriptContext provides access to the `this' object and arguments passed to a script function. You typically want to access this diff --git a/src/script/api/qscriptengine.cpp b/src/script/api/qscriptengine.cpp index d0beb49..699d2e6 100644 --- a/src/script/api/qscriptengine.cpp +++ b/src/script/api/qscriptengine.cpp @@ -98,7 +98,6 @@ QT_BEGIN_NAMESPACE \brief The QScriptEngine class provides an environment for evaluating Qt Script code. \ingroup script - \mainclass See the \l{Qt Script} documentation for information about the Qt Script language, and how to get started with scripting your C++ application. @@ -4424,7 +4423,6 @@ QScriptValue QScriptEngine::objectById(qint64 id) const \brief The QScriptSyntaxCheckResult class provides the result of a script syntax check. \ingroup script - \mainclass QScriptSyntaxCheckResult is returned by QScriptEngine::checkSyntax() to provide information about the syntactical (in)correctness of a script. diff --git a/src/script/api/qscriptvalue.cpp b/src/script/api/qscriptvalue.cpp index 027c3d6..48d34cf 100644 --- a/src/script/api/qscriptvalue.cpp +++ b/src/script/api/qscriptvalue.cpp @@ -49,7 +49,6 @@ \brief The QScriptValue class acts as a container for the Qt Script data types. \ingroup script - \mainclass QScriptValue supports the types defined in the \l{ECMA-262} standard: The primitive types, which are Undefined, Null, Boolean, |