summaryrefslogtreecommitdiff
path: root/vpx/vpx_decoder.h
diff options
context:
space:
mode:
authorAdrian Grange <agrange@google.com>2013-10-24 15:11:36 -0700
committerAdrian Grange <agrange@google.com>2013-10-29 09:38:31 -0700
commitf58eca90200c4388cc2c3a2149ce472f9aa4c5ff (patch)
treed61b0cf3536245547d50ffc3d7cb1992fc04f2da /vpx/vpx_decoder.h
parent7795c1911e9029a2d72dad730e122d9f58c51ae9 (diff)
downloadlibvpx-f58eca90200c4388cc2c3a2149ce472f9aa4c5ff.tar
libvpx-f58eca90200c4388cc2c3a2149ce472f9aa4c5ff.tar.gz
libvpx-f58eca90200c4388cc2c3a2149ce472f9aa4c5ff.tar.bz2
libvpx-f58eca90200c4388cc2c3a2149ce472f9aa4c5ff.zip
Resolved Doxygen warnings.
Added comments to make the codebase build cleanly in Doxygen. Change-Id: I01e000ceac57dbafa04342858c8f1be250ba20d1
Diffstat (limited to 'vpx/vpx_decoder.h')
-rw-r--r--vpx/vpx_decoder.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/vpx/vpx_decoder.h b/vpx/vpx_decoder.h
index e7701e512..2dcd024cc 100644
--- a/vpx/vpx_decoder.h
+++ b/vpx/vpx_decoder.h
@@ -7,7 +7,8 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-
+#ifndef VPX_DECODER_H
+#define VPX_DECODER_H
/*!\defgroup decoder Decoder Algorithm Interface
* \ingroup codec
@@ -28,8 +29,6 @@
extern "C" {
#endif
-#ifndef VPX_DECODER_H
-#define VPX_DECODER_H
#include "vpx_codec.h"
/*!\brief Current ABI version number
@@ -328,9 +327,8 @@ extern "C" {
/*!@} - end defgroup cap_put_slice*/
/*!@} - end defgroup decoder*/
-
-#endif
-
#ifdef __cplusplus
}
#endif
+#endif
+