From 99dc25c686529ea71071e868de1e8fd3c71f8184 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Fri, 19 Jan 2018 12:16:07 +0100 Subject: 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 --- src/corelib/thread/qthread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/thread/qthread.cpp') 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 QThread *QThread::create(Function &&f, Args &&... args) \since 5.10 @@ -915,7 +915,7 @@ bool QThread::isInterruptionRequested() const \sa start() */ -/* +/*! \fn template QThread *QThread::create(Function &&f) \since 5.10 -- cgit v1.2.3