summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2012-05-10 13:56:11 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-10 14:46:24 +0200
commit8ad3cbd609955920afd764d6ccb9b6e4bf8de5b3 (patch)
treed02106c50223955491f1b70c1169d68645aa14b6
parent8d0934c1794b12f6bc18f43304255f21152b5224 (diff)
downloadqtscript-8ad3cbd609955920afd764d6ccb9b6e4bf8de5b3.tar.gz
Doc: Fix \sa usage
Ensure comma between elements (1 missing), single space and curly- braces around title elements, etc. Change-Id: I0c8e0f0a8ca2cd942fa69424440eeec3ae88af27 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
-rw-r--r--src/scripttools/debugging/qscriptdebuggerbackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggerbackend.cpp b/src/scripttools/debugging/qscriptdebuggerbackend.cpp
index c1054f5..adc1410 100644
--- a/src/scripttools/debugging/qscriptdebuggerbackend.cpp
+++ b/src/scripttools/debugging/qscriptdebuggerbackend.cpp
@@ -402,7 +402,7 @@ QScriptDebuggerBackend::QScriptDebuggerBackend(QScriptDebuggerBackendPrivate &dd
This function installs its own agent on the \a engine using
QScriptEngine::setAgent(); any existing agent will be replaced.
- \sa detach(). engine()
+ \sa detach(), engine()
*/
void QScriptDebuggerBackend::attachTo(QScriptEngine *engine)
{