Doc: Fix documentation warnings for Qt Test
Task-number: QTBUG-86295 Change-Id: If3c48bee8c898a228128ade18fbdeaa2b8de8b20 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
f978fe26c8
commit
5126e461a2
@ -1,6 +1,10 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
TARGET = code_snippets
|
TARGET = code_snippets
|
||||||
QT += core sql testlib widgets
|
QT += core sql widgets
|
||||||
|
|
||||||
|
#! [qmake_use]
|
||||||
|
QT += testlib
|
||||||
|
#! [qmake_use]
|
||||||
|
|
||||||
SOURCES = \
|
SOURCES = \
|
||||||
doc_src_qtestevent.cpp \
|
doc_src_qtestevent.cpp \
|
||||||
|
@ -43,10 +43,10 @@
|
|||||||
\include module-use.qdocinc using qt module
|
\include module-use.qdocinc using qt module
|
||||||
\snippet snippets/CMakeLists.txt cmake_use
|
\snippet snippets/CMakeLists.txt cmake_use
|
||||||
|
|
||||||
See also the \l[QtDoc]{Build with CMake} overview.
|
See also the \l {Build with CMake} overview.
|
||||||
|
|
||||||
\include module-use.qdocinc building with qmake
|
\include module-use.qdocinc building with qmake
|
||||||
\snippet snippets/snippets.pro qmake_use
|
\snippet snippets/code/code.pro qmake_use
|
||||||
|
|
||||||
\section1 Articles and Guides
|
\section1 Articles and Guides
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
|
|
||||||
\quotefile code/doc_src_cmakelists.txt
|
\quotefile code/doc_src_cmakelists.txt
|
||||||
|
|
||||||
For more information about the options you have, see \l [QtDoc]{Build with CMake}.
|
For more information about the options you have, see \l {Build with CMake}.
|
||||||
|
|
||||||
\section2 Building with qmake
|
\section2 Building with qmake
|
||||||
|
|
||||||
|
@ -80,6 +80,10 @@ QT_BEGIN_NAMESPACE
|
|||||||
\value AI_Value
|
\value AI_Value
|
||||||
|
|
||||||
\value AI_Iterations
|
\value AI_Iterations
|
||||||
|
|
||||||
|
\value AI_Time
|
||||||
|
|
||||||
|
\value AI_Timestamp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \enum QTest::LogElementType
|
/*! \enum QTest::LogElementType
|
||||||
|
Loading…
x
Reference in New Issue
Block a user