aboutsummaryrefslogtreecommitdiffstats
path: root/src/androidextras/doc/qtandroidextras.qdocconf
diff options
context:
space:
mode:
authorVenu <venugopal.shivashankar@digia.com>2013-12-12 16:46:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-13 15:50:51 +0100
commitf4e81f8ca53eae6186dc85b2ac46e45d0c2b2b7e (patch)
tree3bdf190ecf4ea56d2cfd98cc6a34b7d9085c85e8 /src/androidextras/doc/qtandroidextras.qdocconf
parentfb26b683146b38ab0092d8db9793eb3f824fb151 (diff)
Doc: Updated the qdocconf to include .java files
QDoc ignores the .java files without the following entry in the qdocconf: examples.fileextensions += *.java Java files are not part of the default set of file types included by Qdoc. So there must be an entry in the qdocconf to force Qdoc to include additional file types such as the .java files. Task-number: QTBUG-35568 Change-Id: Ic8b805e0dec937fb0e8b19f0b94883ced5eb6c04 Reviewed-by: Christian Stromme <christian.stromme@digia.com> Reviewed-by: Nico Vertriest <nico.vertriest@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/androidextras/doc/qtandroidextras.qdocconf')
-rw-r--r--src/androidextras/doc/qtandroidextras.qdocconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/androidextras/doc/qtandroidextras.qdocconf b/src/androidextras/doc/qtandroidextras.qdocconf
index 91d7488..c1f7806 100644
--- a/src/androidextras/doc/qtandroidextras.qdocconf
+++ b/src/androidextras/doc/qtandroidextras.qdocconf
@@ -33,6 +33,7 @@ headerdirs += ..
sourcedirs += ..
exampledirs += ../../../examples/androidextras \
snippets
+examples.fileextensions += *.java
# Specify example install dir under QT_INSTALL_EXAMPLES
examplesinstallpath = androidextras