aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-04-17 11:06:50 +0200
committerTopi Reinio <topi.reinio@qt.io>2021-04-19 12:40:18 +0200
commit56fa066221b866cd58a01c35544336a400fd8733 (patch)
tree897c84ad142d928a91eb57afcd1fa3049b14cd60 /src
parent933659c44e5329157511c0d3295562eadf4de18e (diff)
Doc: Fix warning about example thumbnail
(qdoc) warning: consolecoapclient: Example documentation should have at least one '\image' Pick-to: 6.1 Task-number: QTBUG-91875 Change-Id: I360e0455c960498c555b2bc8b55a7501ac34b582 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/coap/doc/qtcoap.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coap/doc/qtcoap.qdocconf b/src/coap/doc/qtcoap.qdocconf
index b9715ac..2f84a14 100644
--- a/src/coap/doc/qtcoap.qdocconf
+++ b/src/coap/doc/qtcoap.qdocconf
@@ -34,6 +34,9 @@ sourcedirs += ..
exampledirs = ../../../examples/coap
excludedirs += ../qt4support
+# Add a generic thumbnail to an example that has no \image in its documentation
+manifestmeta.thumbnail.names = "QtCoap/Console CoAP Client Example"
+
Cpp.ignoretokens += Q_COAP_EXPORT
depends += qtcore qtdoc qtnetwork qmake