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ƶ --- qmake/doc/qmake.qdocconf | 1 + 1 file changed, 1 insertion(+) (limited to 'qmake/doc') diff --git a/qmake/doc/qmake.qdocconf b/qmake/doc/qmake.qdocconf index 1a23237999..30ff856b80 100644 --- a/qmake/doc/qmake.qdocconf +++ b/qmake/doc/qmake.qdocconf @@ -1,6 +1,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) project = QMake +moduleheader = qmake_pch.h description = QMake Manual qhp.projects = qmake -- cgit v1.2.3