[FFmpeg-devel] [PATCH] Non-blocking protocols

Ronald S. Bultje rsbultje
Wed Feb 2 19:07:32 CET 2011


Hi,

On Wed, Feb 2, 2011 at 12:58 PM, Nicolas George
<nicolas.george at normalesup.org> wrote:
> Le duodi 12 pluvi?se, an CCXIX, Ronald S. Bultje a ?crit?:
>> (Please test this by checking the output HTML when running doxygen.)
>
> Do you know how to make a Doxygen comment refer to the several next fields?

/**
 * @defgroup group_name Short Group Title
 * Group description longer comment.
 * @{ */
int field1; ///< field1 specific comment
int field2; ///< field2 specific comment
/**
 * @}
 */

Something like that, WMAVoice uses it and it seems to work there.

Ronald



More information about the ffmpeg-devel mailing list