diff options
author | Martin Smith <msmith@trolltech.com> | 2009-08-31 13:10:32 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-08-31 13:11:28 (GMT) |
commit | 444ddca247cacc5376821e82588b1d8b76133437 (patch) | |
tree | a864bde3389c2681b7cec78d540d0333dcf3c9a3 /src/script | |
parent | 8b916347634f2dcbb7d3e7c26a72879bee711012 (diff) | |
download | Qt-444ddca247cacc5376821e82588b1d8b76133437.zip Qt-444ddca247cacc5376821e82588b1d8b76133437.tar.gz Qt-444ddca247cacc5376821e82588b1d8b76133437.tar.bz2 |
doc: Fixed several qdoc errors.
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/bridge/qscriptactivationobject.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/bridge/qscriptactivationobject.cpp b/src/script/bridge/qscriptactivationobject.cpp index c6d405e..1c7b912 100644 --- a/src/script/bridge/qscriptactivationobject.cpp +++ b/src/script/bridge/qscriptactivationobject.cpp @@ -52,8 +52,8 @@ namespace JSC QT_BEGIN_NAMESPACE /*! -\class QScriptActivationObject -\internal + \class QScript::QScriptActivationObject + \internal Represent a scope for native function call. */ |