summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-08-10 15:50:43 +0200
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-08-10 15:51:13 +0200
commit24aa36349b9fc0be9d9bf80b0db607588e0a54f6 (patch)
tree703b15857d5fabaa2ef13cff78c323f39670f77d
parent56f58a397ace5985571995ddfce98a99c490ebf8 (diff)
Doc: Fix qdoc warnings
-rw-r--r--src/gui/kernel/qgesture.cpp2
-rw-r--r--src/testlib/qabstracttestlogger.cpp4
-rw-r--r--src/testlib/qbenchmark.cpp8
3 files changed, 11 insertions, 3 deletions
diff --git a/src/gui/kernel/qgesture.cpp b/src/gui/kernel/qgesture.cpp
index 38e8851dcf..672fc1c999 100644
--- a/src/gui/kernel/qgesture.cpp
+++ b/src/gui/kernel/qgesture.cpp
@@ -204,7 +204,7 @@ Qt::GestureState QGesture::state() const
\a state, and it should be called after all the internal properties have been
initialized.
- \sa started, triggered, finished, cancelled
+ \sa started(), triggered(), finished(), cancelled()
*/
void QGesture::updateState(Qt::GestureState state)
{
diff --git a/src/testlib/qabstracttestlogger.cpp b/src/testlib/qabstracttestlogger.cpp
index 2fa535ed13..6b4b375ec7 100644
--- a/src/testlib/qabstracttestlogger.cpp
+++ b/src/testlib/qabstracttestlogger.cpp
@@ -114,7 +114,9 @@ namespace QTest
extern void filter_unprintable(char *str);
-/*! \internal
+/*!
+ \fn int QTest::qt_asprintf(QTestCharBuffer *buf, const char *format, ...);
+ \internal
*/
int qt_asprintf(QTestCharBuffer *str, const char *format, ...)
{
diff --git a/src/testlib/qbenchmark.cpp b/src/testlib/qbenchmark.cpp
index bad3379dbf..eaec02fda5 100644
--- a/src/testlib/qbenchmark.cpp
+++ b/src/testlib/qbenchmark.cpp
@@ -179,11 +179,17 @@ void QBenchmarkTestMethodData::setResult(qint64 value)
QBenchmarkResult(QBenchmarkGlobalData::current->context, value, iterationCount);
}
-/*! \internal
+/*!
+ \class QTest::QBenchmarkIterationController
+ \internal
+
The QBenchmarkIterationController class is used by the QBENCHMARK macro to
drive the benchmarking loop. It is repsonsible for starting and stopping
the timing measurements as well as calling the result reporting functions.
*/
+
+/*! \internal
+*/
QTest::QBenchmarkIterationController::QBenchmarkIterationController(RunMode runMode)
{
QTest::beginBenchmarkMeasurement();