summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-11-11 12:59:15 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-11-12 06:55:01 +0100
commit5d8a04f007bdd30772c9395af377385d19e80be9 (patch)
tree2f7cbb08f3f7a5e025df8f245147e1908ca7603a /src/widgets/doc
parent25bda72630af1529fbca4ef821c45e3b74896ada (diff)
Doc: Fix documentation warnings for Qt Widgets
- Exclude forwarding headers to Qt GUI as they caused the headers to be parsed twice. - Drop documentation for removed example Task-number: QTBUG-86295 Change-Id: I08eb46b7c7f813f103cc545f931896be99a3ccec Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/widgets/doc')
-rw-r--r--src/widgets/doc/qtwidgets.qdocconf9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/widgets/doc/qtwidgets.qdocconf b/src/widgets/doc/qtwidgets.qdocconf
index ae9ea6ddb2..eb51c7b093 100644
--- a/src/widgets/doc/qtwidgets.qdocconf
+++ b/src/widgets/doc/qtwidgets.qdocconf
@@ -48,6 +48,15 @@ excludedirs += snippets
# Included in qttestlib.qdocconf instead
excludefiles += ../kernel/qtestsupport_widgets.cpp
+# Exclude forwarding headers to QtGUI to avoid duplicates in the node tree
+excludefiles += \
+ ../dialogs/qfilesystemmodel.h \
+ ../kernel/qaction.h \
+ ../kernel/qactiongroup.h \
+ ../kernel/qshortcut.h \
+ ../util/qundogroup.h \
+ ../util/qundostack.h
+
imagedirs += images \
../../../doc/src/images \
../../../examples/widgets/doc/images \