usage.dox: fix encoder/decoder subpage list indent
use \li to separate the list items contained in conditionals. this avoids the encode page becoming a sub-item of decode; likely a problem in <1.8.3. + fix encoder conditional, spelling error + correct encode page name to match decode 'Encoding' Change-Id: I67890f52bed8e708bad63fb8819a074e0beff2ca
This commit is contained in:
parent
6809ecc820
commit
ea74c1d78b
@ -12,13 +12,13 @@
|
|||||||
- \ref usage_init
|
- \ref usage_init
|
||||||
- \ref usage_errors
|
- \ref usage_errors
|
||||||
|
|
||||||
Fore more information on decoder and encoder specific usage, see the
|
For more information on decoder and encoder specific usage, see the
|
||||||
following pages:
|
following pages:
|
||||||
\if decoder
|
\if decoder
|
||||||
- \subpage usage_decode
|
\li \subpage usage_decode
|
||||||
\endif
|
\endif
|
||||||
\if decoder
|
\if encoder
|
||||||
- \subpage usage_encode
|
\li \subpage usage_encode
|
||||||
\endif
|
\endif
|
||||||
|
|
||||||
\section usage_types Important Data Types
|
\section usage_types Important Data Types
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/*! \page usage_encode Encode
|
/*! \page usage_encode Encoding
|
||||||
|
|
||||||
The vpx_codec_encode() function is at the core of the encode loop. It
|
The vpx_codec_encode() function is at the core of the encode loop. It
|
||||||
processes raw images passed by the application, producing packets of
|
processes raw images passed by the application, producing packets of
|
||||||
|
Loading…
Reference in New Issue
Block a user