summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/qtbluetooth.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-09-01 11:10:29 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-09-05 07:23:24 +0000
commit4c8163a01d41658c4017fa2dc1a75622248b6ba5 (patch)
tree529dcf022781da51cae6c3320c7276bcc51fdc06 /src/bluetooth/doc/qtbluetooth.qdocconf
parent8b1c26be6b984d92260d3599ec52de4c6c579dc6 (diff)
Doc: Fix parameter type in QBluetoothAddress::qHash()
Fixes documentation warning: clang couldn't find function when parsing \fn QBluetoothAddress::qHash(QBluetoothAddress key, size_t seed) Mark qtconnectivity documentation modules free of warnings. Pick-to: 6.6 Change-Id: Ia7966803bafd0eaac434462a18c704a944e8f527 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/bluetooth/doc/qtbluetooth.qdocconf')
-rw-r--r--src/bluetooth/doc/qtbluetooth.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/doc/qtbluetooth.qdocconf b/src/bluetooth/doc/qtbluetooth.qdocconf
index 0253591c..f7a8b320 100644
--- a/src/bluetooth/doc/qtbluetooth.qdocconf
+++ b/src/bluetooth/doc/qtbluetooth.qdocconf
@@ -46,3 +46,6 @@ imagedirs += images
navigation.landingpage = "Qt Bluetooth"
navigation.cppclassespage = "Qt Bluetooth C++ Classes"
+
+# Enforce zero documentation warnings
+warninglimit = 0