[FFmpeg-devel] [PATCH] all: fix "@param foo[in/out]" to "@param[in, out] foo"

Stefano Sabatini stefasab at gmail.com
Mon Mar 4 18:47:03 EET 2024


On date Thursday 2024-02-29 15:58:58 +0000, Andrew Sayers wrote:
> Fix a few invalid doxygen comments:
> 
>     /**
>      * @param[in,out] correctly_formatted
>      * @param incorrect1[in] - [in] must come immediately after @param
>      * @param incorrect2[in/out] - '/' must be ','
>      */
> 
> Actual command: sed -i -e "s/\(\* .*param\)\( [^\[]*\)\(\[.*\]\)/\1\3\2/g" -e "s/in\//in,/" $( git grep -l "\* .*param .*\[\(in\|out\)" )
> 
> Signed-off-by: Andrew Sayers <ffmpeg-devel at pileofstuff.org>
> ---
>  libavcodec/g729postfilter.c      |  8 ++++----
>  libavcodec/g729postfilter.h      | 14 +++++++-------
>  libavutil/hdr_dynamic_metadata.h |  4 ++--
>  3 files changed, 13 insertions(+), 13 deletions(-)

will apply, thanks


More information about the ffmpeg-devel mailing list