From c87ed145f14b37a753b3b6c2fbfc7cfe4bda1a3c Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 13 Mar 2017 12:07:16 +0100 Subject: doc: fix signatures and missing module headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Topi Reiniƶ --- src/testlib/doc/qttestlib.qdocconf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testlib/doc/qttestlib.qdocconf') 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 -- cgit v1.2.3