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-de...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to