]> granicus.if.org Git - libvpx/commitdiff
vpx_frame_buffer.h: add doxygen \file block
authorJames Zern <jzern@google.com>
Fri, 14 Feb 2014 21:04:09 +0000 (13:04 -0800)
committerJames Zern <jzern@google.com>
Fri, 14 Feb 2014 21:08:51 +0000 (13:08 -0800)
the remainder of the documentation will not be included in the output
unless the file itself is documented

Change-Id: I5a83a6c41cdfbf2976da288e4b70bd04002725f2

vpx/vpx_frame_buffer.h

index 6803759d7f81e114be7e37b785110841bc6bc1a3..e69df4bc8221abc0529d79ab9f71e2edda7ea34e 100644 (file)
 #ifndef VPX_VPX_FRAME_BUFFER_H_
 #define VPX_VPX_FRAME_BUFFER_H_
 
+/*!\file
+ * \brief Describes the decoder external frame buffer interface.
+ */
+
 #ifdef __cplusplus
 extern "C" {
 #endif