From: Yaowu Xu Date: Thu, 15 Jan 2015 19:42:04 +0000 (-0800) Subject: Fix doxygen warning with usage.dox X-Git-Tag: v1.4.0~246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ef157cccec52657529495206383331c279397f1;p=libvpx Fix doxygen warning with usage.dox Change-Id: I3ee8974a66f186fb0eb15b1078a3c7b9cbf5ec80 --- diff --git a/usage.dox b/usage.dox index 237b8dc42..6bfca3bc8 100644 --- 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