From fd4be4c7d2c6dd80f7fc926c50a44b80ff20b1c2 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 8 Jun 2017 14:27:01 +0200 Subject: Doc: Do not exclude *_x11.cpp files from the documentation build QX11Info class from the Qt X11 Extras module is documented in qx11info_x11.cpp, and it needs to be parsed. Change-Id: I32e8415d93e67dbf16267d4af63979c1db0870b0 Reviewed-by: Andy Shaw --- doc/global/qt-cpp-defines.qdocconf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/global/qt-cpp-defines.qdocconf') diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf index f4f083d3e8..e185c20b8f 100644 --- a/doc/global/qt-cpp-defines.qdocconf +++ b/doc/global/qt-cpp-defines.qdocconf @@ -240,5 +240,4 @@ excludefiles += \ "*_unix.cpp" \ "*_udev.cpp" \ "*_vxworks.cpp" \ - "*_darwin.cpp" \ - "*_x11.cpp" + "*_darwin.cpp" -- cgit v1.2.3