aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2024-02-29 15:05:16 +0200
committerNicholas Bennett <nicholas.bennett@qt.io>2024-03-12 06:42:11 +0000
commit7318e939c57c5904517ff7f2563285d7a7fddd67 (patch)
tree17aeb26feb64db0fbdb489e185ce7063b5f7e0c7 /src/qml/doc
parent295953bfc791ee9a4b0660ee72f54c39e35a3973 (diff)
Android: Add documentation for QtQuickView class
Added Android classes page, since this is a Java class, qdoc doesn't know how to generate its docs automatically, so a custom layout is created manually here. Updated the qdoconf file to include the QtQuickView source folder. Task-number: QTBUG-120718 Pick-to: 6.7 6.7.0 Change-Id: I5e4bc112536b63fae1c79d0035f2d742d0c7c2da Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/external-resources.qdoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/qml/doc/src/external-resources.qdoc b/src/qml/doc/src/external-resources.qdoc
index 123b564f92..091df193a5 100644
--- a/src/qml/doc/src/external-resources.qdoc
+++ b/src/qml/doc/src/external-resources.qdoc
@@ -57,3 +57,15 @@
\externalpage https://cmake.org/cmake/help/latest/command/install.html#files
\title install(FILES)
*/
+/*!
+ \externalpage https://developer.android.com/reference/android/view/View
+ \title Android: View
+*/
+/*!
+ \externalpage https://developer.android.com/reference/java/security/InvalidParameterException
+ \title Android: InvalidParameterException
+*/
+/*!
+ \externalpage https://developer.android.com/reference/java/lang/ClassCastException
+ \title Android: ClassCastException
+*/