summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2017-03-13 12:07:16 +0100
committerMartin Smith <martin.smith@qt.io>2017-12-14 13:37:51 +0000
commitc87ed145f14b37a753b3b6c2fbfc7cfe4bda1a3c (patch)
tree27cb8f17c4a655708f3943156d9659ee82a5ed15 /src/testlib/doc
parent5cb54cb5ebae99fab121061e25e26eec3056203a (diff)
doc: fix signatures and missing module headers
The update adds the moduleheader variable to the qdocconf file for qttestlib.qdocconf and qmake.qdocconf. The problem with qmake is that it doesn't have a module header file, but it does have qmake_pch.h, which is used here. This update also corrects several \fn commands in the qttestlib docs. Change-Id: I2202b9db96390bac1ee491ca8a99ca9010057ce3 Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/testlib/doc')
-rw-r--r--src/testlib/doc/qttestlib.qdocconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testlib/doc/qttestlib.qdocconf b/src/testlib/doc/qttestlib.qdocconf
index 899f94ec53..1fdb136e78 100644
--- a/src/testlib/doc/qttestlib.qdocconf
+++ b/src/testlib/doc/qttestlib.qdocconf
@@ -1,6 +1,7 @@
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtTestLib
+moduleheader = QtTest
description = Qt Test Reference Documentation
version = $QT_VERSION