summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2018-01-19 12:16:07 +0100
committerMartin Smith <martin.smith@qt.io>2018-01-20 13:54:22 +0000
commit99dc25c686529ea71071e868de1e8fd3c71f8184 (patch)
tree2a8a4d36df459754b1ac752a627607a3cd56c3e1 /src/corelib/thread/qthread.cpp
parent046622cdf3b6f856f67ab314c7758aca4dcf5494 (diff)
doc: Fix all remaining non-link qdoc warnings
The fixes included adding missing '!' characters to qdoc comment markers, correct misspelled words, adding documentation for an anonymous enum type, and replacing Q_QDOC with Q_CLANG_QDOC. There remain 12 qdoc link warnings in QtBase. Change-Id: I00447722e6e029f5aed273b3cd571cef33c119b4 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/corelib/thread/qthread.cpp')
-rw-r--r--src/corelib/thread/qthread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/thread/qthread.cpp b/src/corelib/thread/qthread.cpp
index 8c9cbbff63..7d908fd4e7 100644
--- a/src/corelib/thread/qthread.cpp
+++ b/src/corelib/thread/qthread.cpp
@@ -891,7 +891,7 @@ bool QThread::isInterruptionRequested() const
return d->running && !d->finished && !d->isInFinish;
}
-/*
+/*!
\fn template <typename Function, typename... Args> QThread *QThread::create(Function &&f, Args &&... args)
\since 5.10
@@ -915,7 +915,7 @@ bool QThread::isInterruptionRequested() const
\sa start()
*/
-/*
+/*!
\fn template <typename Function> QThread *QThread::create(Function &&f)
\since 5.10