summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-08-20 18:25:50 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-24 22:06:15 +0000
commitf0101e09d2a2d4987c5f89dcd339a02e7d3c8822 (patch)
treec91a2217143c41090ebe0cb5ef66d62c85579158 /src/corelib/doc
parent1bd497675909df47e7b8bb7a7b544ad37bdc6eb1 (diff)
Doc: Fix documentation issues for Qt Core
* Tag deprecated Q(Multi)Map operators in the header to correctly match them with documentation \fn commands. * Add documentation for QByteArrayView comparison operators. * Add a dummy typedef 'jfieldID' for generating docs correctly on non-Android platforms * Fix other minor issues Task-number: QTBUG-95860 Change-Id: I141d2f75d6aa10557aa374201f09ad74b4cd6e81 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 145940e1ef8fc8334ff4603a44f7896886e646cb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/include/jni.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/doc/include/jni.h b/src/corelib/doc/include/jni.h
index 03b289a229..0e7560cf61 100644
--- a/src/corelib/doc/include/jni.h
+++ b/src/corelib/doc/include/jni.h
@@ -60,5 +60,6 @@ struct _jobject;
typedef _jobject* jobject;
typedef int jint;
typedef int jmethodID;
+typedef int jfieldID;
typedef void* JavaVM;
#endif