From: James Zern Date: Fri, 14 Feb 2014 21:04:09 +0000 (-0800) Subject: vpx_frame_buffer.h: add doxygen \file block X-Git-Tag: v1.4.0~2332^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8175adc0b44f8d61f228b30bc62fbaa570e39a1;p=libvpx vpx_frame_buffer.h: add doxygen \file block the remainder of the documentation will not be included in the output unless the file itself is documented Change-Id: I5a83a6c41cdfbf2976da288e4b70bd04002725f2 --- diff --git a/vpx/vpx_frame_buffer.h b/vpx/vpx_frame_buffer.h index 6803759d7..e69df4bc8 100644 --- a/vpx/vpx_frame_buffer.h +++ b/vpx/vpx_frame_buffer.h @@ -11,6 +11,10 @@ #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