summaryrefslogtreecommitdiffstats
path: root/include/android/native_window_jni.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/android/native_window_jni.h')
-rw-r--r--include/android/native_window_jni.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/android/native_window_jni.h b/include/android/native_window_jni.h
index b9e72ef..60a36c3 100644
--- a/include/android/native_window_jni.h
+++ b/include/android/native_window_jni.h
@@ -14,6 +14,15 @@
* limitations under the License.
*/
+/**
+ * @addtogroup NativeActivity Native Activity
+ * @{
+ */
+
+/**
+ * @file native_window_jni.h
+ */
+
#ifndef ANDROID_NATIVE_WINDOW_JNI_H
#define ANDROID_NATIVE_WINDOW_JNI_H
@@ -38,3 +47,5 @@ ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
#endif
#endif // ANDROID_NATIVE_WINDOW_H
+
+/** @} */