• James Zern's avatar
    doxy: fix conditional usage, ref warnings · 6b7cf307
    James Zern authored
    doxygen < 1.7.? seems to have been more tolerant of single line
    \if/\endif
    
    This change fixes warnings such as:
    mainpage.dox:13: warning: unable to resolve reference to `vp8_encoder-'
    for \ref command
    vpx_decoder.h:193: warning: explicit link request to 'n' could not be
    resolved
    
    Change-Id: If3d04af5ede1b0d1e2c63021d0e4ac8f98db20b2
    6b7cf307
usage_cx.dox 447 bytes
/*! \page usage_encode Encode
    The vpx_codec_encode() function is at the core of the encode loop. It
    processes raw images passed by the application, producing packets of
    compressed data. The <code>deadline</code> parameter controls the amount
    of time in microseconds the encoder should spend working on the frame. For
    more information on the <code>deadline</code> parameter, see
    \ref usage_deadline.
    \ref samples