OSDN Git Service

Camera: update ndk metadata tag template
authorYin-Chia Yeh <yinchiayeh@google.com>
Tue, 10 May 2016 22:03:21 +0000 (15:03 -0700)
committerYin-Chia Yeh <yinchiayeh@google.com>
Tue, 10 May 2016 22:03:21 +0000 (15:03 -0700)
to add doxygen tags.

Bug: 27102995
Change-Id: Id73b43124e1df84c408189b472082f8ef3d6873f

camera/docs/ndk_camera_metadata_tags.mako

index 83f9cb5..8232e50 100644 (file)
  * limitations under the License.
  */
 
+/**
+ * @addtogroup Camera
+ * @{
+ */
+
+/**
+ * @file NdkCameraMetadataTags.h
+ */
+
 /*
  * This file defines an NDK API.
  * Do not remove methods.
@@ -172,3 +181,5 @@ ${val.notes | ndkdoc(metadata)}\
 % endfor
 
 #endif //_NDK_CAMERA_METADATA_TAGS_H
+
+/** @} */