* [FFmpeg-devel] [PATCH] all: fix "param"s that should be "@param"
@ 2024-02-29 15:51 Andrew Sayers
2024-03-04 16:46 ` Stefano Sabatini
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Sayers @ 2024-02-29 15:51 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: Andrew Sayers
Actual command: sed -i -e "s/\(^ *\\* \)\(param[^a-z]\)/\1@\2/" $( git grep -l "^ *\\* param[^a-z]" )
Signed-off-by: Andrew Sayers <ffmpeg-devel@pileofstuff.org>
---
libavcodec/evrcdec.c | 10 +++++-----
libavutil/bprint.h | 12 ++++++------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/libavcodec/evrcdec.c b/libavcodec/evrcdec.c
index af7640d7e1..44d5bee722 100644
--- a/libavcodec/evrcdec.c
+++ b/libavcodec/evrcdec.c
@@ -495,11 +495,11 @@ static void fcb_excitation(EVRCContext *e, const uint16_t *codebook,
/**
* Synthesis of the decoder output signal.
*
- * param[in] in input signal
- * param[in] filter_coeffs LPC coefficients
- * param[in/out] memory synthesis filter memory
- * param buffer_length amount of data to process
- * param[out] samples output samples
+ * @param[in] in input signal
+ * @param[in] filter_coeffs LPC coefficients
+ * @param[in/out] memory synthesis filter memory
+ * @param buffer_length amount of data to process
+ * @param[out] samples output samples
*
* TIA/IS-127 5.2.3.15, 5.7.3.4
*/
diff --git a/libavutil/bprint.h b/libavutil/bprint.h
index 8559745478..4ac8570561 100644
--- a/libavutil/bprint.h
+++ b/libavutil/bprint.h
@@ -172,9 +172,9 @@ void av_bprint_chars(AVBPrint *buf, char c, unsigned n);
/**
* Append data to a print buffer.
*
- * param buf bprint buffer to use
- * param data pointer to data
- * param size size of data
+ * @param buf bprint buffer to use
+ * @param data pointer to data
+ * @param size size of data
*/
void av_bprint_append_data(AVBPrint *buf, const char *data, unsigned size);
@@ -182,9 +182,9 @@ struct tm;
/**
* Append a formatted date and time to a print buffer.
*
- * param buf bprint buffer to use
- * param fmt date and time format string, see strftime()
- * param tm broken-down time structure to translate
+ * @param buf bprint buffer to use
+ * @param fmt date and time format string, see strftime()
+ * @param tm broken-down time structure to translate
*
* @note due to poor design of the standard strftime function, it may
* produce poor results if the format string expands to a very long text and
--
2.43.0
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [FFmpeg-devel] [PATCH] all: fix "param"s that should be "@param"
2024-02-29 15:51 [FFmpeg-devel] [PATCH] all: fix "param"s that should be "@param" Andrew Sayers
@ 2024-03-04 16:46 ` Stefano Sabatini
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Sabatini @ 2024-03-04 16:46 UTC (permalink / raw)
To: FFmpeg development discussions and patches; +Cc: Andrew Sayers
On date Thursday 2024-02-29 15:51:33 +0000, Andrew Sayers wrote:
> Actual command: sed -i -e "s/\(^ *\\* \)\(param[^a-z]\)/\1@\2/" $( git grep -l "^ *\\* param[^a-z]" )
>
> Signed-off-by: Andrew Sayers <ffmpeg-devel@pileofstuff.org>
> ---
> libavcodec/evrcdec.c | 10 +++++-----
> libavutil/bprint.h | 12 ++++++------
> 2 files changed, 11 insertions(+), 11 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-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-04 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29 15:51 [FFmpeg-devel] [PATCH] all: fix "param"s that should be "@param" Andrew Sayers
2024-03-04 16:46 ` Stefano Sabatini
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git