usage.dox: fix doxygen warnings in 1.8.x

use \li to denote list items with \if.

fixes the following likely visible in <1.8.3:
usage.dox: warning: Invalid list item found
usage.dox: warning: End of list marker found without any preceding list items

Change-Id: I33c72799edf9f8866596ac8f79247050b8c75681
This commit is contained in:
James Zern 2015-03-13 18:49:03 -07:00
parent 0e6459cafa
commit 6809ecc820

View File

@ -81,12 +81,12 @@
The available initialization methods are:
\if encoder
- #vpx_codec_enc_init (calls vpx_codec_enc_init_ver())
- #vpx_codec_enc_init_multi (calls vpx_codec_enc_init_multi_ver())
.
\li #vpx_codec_enc_init (calls vpx_codec_enc_init_ver())
\li #vpx_codec_enc_init_multi (calls vpx_codec_enc_init_multi_ver())
\endif
\if decoder
\li #vpx_codec_dec_init (calls vpx_codec_dec_init_ver())
\endif
\if decoder - #vpx_codec_dec_init (calls vpx_codec_dec_init_ver()) \endif
\section usage_errors Error Handling