[FFmpeg-devel] [PATCH 1/3] Non-blocking protocols: flag and documentation

Ronald S. Bultje rsbultje
Mon Jan 31 17:26:54 CET 2011


Hi,

On Sat, Jan 29, 2011 at 3:03 PM, Nicolas George
<nicolas.george at normalesup.org> wrote:
> +/**
> + * The flags argument to url_open and cosins must be one of the following
> + * constants, optionally ORed with other flags.
> + */
> +#define URL_RDONLY 0 ?/** read-only */
> +#define URL_WRONLY 1 ?/** write-only */
> +#define URL_RDWR ? 2 ?/** read-write */

Use /**< or ///<, otherwise it documents what's after it, not before.
(Please test this by checking the output HTML when running doxygen.)

Ronald



More information about the ffmpeg-devel mailing list