From f4e81f8ca53eae6186dc85b2ac46e45d0c2b2b7e Mon Sep 17 00:00:00 2001 From: Venu Date: Thu, 12 Dec 2013 16:46:14 +0100 Subject: Doc: Updated the qdocconf to include .java files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Nico Vertriest Reviewed-by: Topi Reiniƶ --- src/androidextras/doc/qtandroidextras.qdocconf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/androidextras') 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 -- cgit v1.2.3