From 5d8a04f007bdd30772c9395af377385d19e80be9 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 11 Nov 2020 12:59:15 +0100 Subject: 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 --- src/widgets/doc/qtwidgets.qdocconf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/widgets/doc/qtwidgets.qdocconf') 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 \ -- cgit v1.2.3