summaryrefslogtreecommitdiffstats
path: root/include/android/asset_manager_jni.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/android/asset_manager_jni.h')
-rw-r--r--include/android/asset_manager_jni.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/android/asset_manager_jni.h b/include/android/asset_manager_jni.h
index aec2d3c..dcee17e 100644
--- a/include/android/asset_manager_jni.h
+++ b/include/android/asset_manager_jni.h
@@ -14,6 +14,14 @@
* limitations under the License.
*/
+/**
+ * @addtogroup Asset
+ * @{
+ */
+
+/**
+ * @file asset_manager_jni.h
+ */
#ifndef ANDROID_ASSET_MANAGER_JNI_H
#define ANDROID_ASSET_MANAGER_JNI_H
@@ -38,3 +46,5 @@ AAssetManager* AAssetManager_fromJava(JNIEnv* env, jobject assetManager);
#endif
#endif // ANDROID_ASSET_MANAGER_JNI_H
+
+/** @} */