summaryrefslogtreecommitdiff
path: root/usage.dox
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-03-13 18:49:03 -0700
committerJames Zern <jzern@google.com>2015-03-13 18:49:03 -0700
commit6809ecc820a44cf4b3e4c13c78c03017788b8e34 (patch)
tree41c8dde3c3b6ad5742691dddcf9a7c0b7768f461 /usage.dox
parent0e6459caface5793f47f05af93cf63174a07e58b (diff)
downloadlibvpx-6809ecc820a44cf4b3e4c13c78c03017788b8e34.tar
libvpx-6809ecc820a44cf4b3e4c13c78c03017788b8e34.tar.gz
libvpx-6809ecc820a44cf4b3e4c13c78c03017788b8e34.tar.bz2
libvpx-6809ecc820a44cf4b3e4c13c78c03017788b8e34.zip
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
Diffstat (limited to 'usage.dox')
-rw-r--r--usage.dox10
1 files changed, 5 insertions, 5 deletions
diff --git a/usage.dox b/usage.dox
index 6bfca3bc8..30f38531e 100644
--- a/usage.dox
+++ b/usage.dox
@@ -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