summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-01-22 14:38:33 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-01-25 08:30:35 +0000
commitfc256a19065fd1a5f9171995da8c1bc385cacde6 (patch)
tree8d4bd2496ead4db3532711c73e30005f0faae5b6 /src/doc
parentedcfa7aada9ff7edceb5808d3a7860256d4b91b7 (diff)
Doc: Exclude private header files from the documentation build
In the documentation configuration, exclude all '_p.h' files from the documentation build. This prevents QDoc from generating documentation for private classes, and also allows removal of documentation that explicitly set the private classes \internal. Change-Id: I8fcf5c99a2a0b75e9ee5dcd928fa4a2b4b8cf34f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/qt3d.qdocconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/qt3d.qdocconf b/src/doc/qt3d.qdocconf
index c63108ce1..ef352e4bb 100644
--- a/src/doc/qt3d.qdocconf
+++ b/src/doc/qt3d.qdocconf
@@ -49,6 +49,8 @@ headerdirs += . \
../quick3d/quick3d \
../input
+# Exclude private header files from the documentation build
+excludefiles += "*_p.h"
sourcedirs += . \
../render \