From 2e7f06c9bcae5bcaefb99750aabd5bb860948e77 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Thu, 30 Aug 2012 17:51:30 +0200 Subject: Doc: Simplify qtbase qdocconfs. We should be using the global qdocconf for the common variables. This change also allows you to just specify -installdir without using a templatedir. Change-Id: I207d279d9b5199212e896fc5ccab5c212b1896c6 Reviewed-by: Lars Knoll Reviewed-by: Frederik Gladhorn --- src/network/doc/qtnetwork.qdocconf | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'src/network/doc') diff --git a/src/network/doc/qtnetwork.qdocconf b/src/network/doc/qtnetwork.qdocconf index d95e4155a6..1e9d74314d 100644 --- a/src/network/doc/qtnetwork.qdocconf +++ b/src/network/doc/qtnetwork.qdocconf @@ -1,5 +1,5 @@ -include(../../../doc/global/qt-html-templates-offline.qdocconf) -include(../../../doc/global/qt-cpp-ignore.qdocconf) +include(global/qt-html-templates-offline.qdocconf) +include(global/qt-cpp-ignore.qdocconf) project = QtNetwork description = Qt Network Reference Documentation @@ -48,19 +48,6 @@ examples.imageextensions = "*.png" outputdir = ../../../doc/qtnetwork tagfile = ../../../doc/qtnetwork/qtnetwork.tags -HTML.generatemacrefs = "true" -HTML.nobreadcrumbs = "true" - -HTML.templatedir = . - -HTML.stylesheets = ../../../doc/global/style/offline.css - -HTML.headerstyles = \ - " \n" - -HTML.endheader = \ - "\n" \ - defines = Q_QDOC \ QT_.*_SUPPORT \ QT_.*_LIB \ -- cgit v1.2.3