shithub: libvpx

Download patch

ref: 7ef157cccec52657529495206383331c279397f1
parent: 1b7391a3a432bf2164b667f8187524494506ab92
author: Yaowu Xu <yaowu@google.com>
date: Thu Jan 15 06:42:04 EST 2015

Fix doxygen warning with usage.dox

Change-Id: I3ee8974a66f186fb0eb15b1078a3c7b9cbf5ec80

--- a/usage.dox
+++ b/usage.dox
@@ -80,8 +80,11 @@
 
 
     The available initialization methods are:
-    \if encoder - #vpx_codec_enc_init (calls vpx_codec_enc_init_ver()) \endif
-    \if multi-encoder - #vpx_codec_enc_init_multi (calls vpx_codec_enc_init_multi_ver()) \endif
+    \if encoder
+     - #vpx_codec_enc_init (calls vpx_codec_enc_init_ver())
+     - #vpx_codec_enc_init_multi (calls vpx_codec_enc_init_multi_ver())
+     .
+    \endif
     \if decoder - #vpx_codec_dec_init (calls vpx_codec_dec_init_ver()) \endif