summaryrefslogtreecommitdiffstats
path: root/src/network/doc/qtnetwork.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/doc/qtnetwork.qdocconf')
-rw-r--r--src/network/doc/qtnetwork.qdocconf20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/network/doc/qtnetwork.qdocconf b/src/network/doc/qtnetwork.qdocconf
index fd7e1b4090..1e1162bdac 100644
--- a/src/network/doc/qtnetwork.qdocconf
+++ b/src/network/doc/qtnetwork.qdocconf
@@ -15,10 +15,6 @@ qhp.QtNetwork.virtualFolder = qtnetwork
qhp.QtNetwork.indexTitle = Qt Network
qhp.QtNetwork.indexRoot =
-qhp.QtNetwork.filterAttributes = qtnetwork $QT_VERSION qtrefdoc
-qhp.QtNetwork.customFilters.Qt.name = QtNetwork $QT_VERSION
-qhp.QtNetwork.customFilters.Qt.filterAttributes = qtnetwork $QT_VERSION
-
qhp.QtNetwork.subprojects = classes
qhp.QtNetwork.subprojects.classes.title = C++ Classes
qhp.QtNetwork.subprojects.classes.indexTitle = Qt Network C++ Classes
@@ -27,7 +23,7 @@ qhp.QtNetwork.subprojects.classes.sortPages = true
tagfile = ../../../doc/qtnetwork/qtnetwork.tags
-depends += qtcore qtgui qtdoc qmake qtcmake
+depends += qtcore qtgui qtdoc qmake qtcmake qtwidgets
headerdirs += ..
@@ -41,9 +37,15 @@ exampledirs += ../../../examples/network \
imagedirs += images \
../../../examples/network/doc/images
-manifestmeta.highlighted.names = "QtNetwork/HTTP Example" \
- "QtNetwork/DTLS client" \
- "QtNetwork/DTLS server"
-
navigation.landingpage = "Qt Network"
navigation.cppclassespage = "Qt Network C++ Classes"
+
+manifestmeta.highlighted.names = \
+ "QtNetwork/Fortune Client" \
+ "QtNetwork/Fortune Server" \
+ "QtNetwork/HTTP Client" \
+ "QtNetwork/Secure Socket Client" \
+ "QtNetwork/Torrent Example"
+
+# Enforce zero documentation warnings
+warninglimit = 0