From 3fa7626863b9605f3e1a8a9dc4e0d6055dd5e57e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 11:44:58 +0000 Subject: Avoid square brackets in Doxygen comments; Doxygen chokes on them. Originally committed as revision 23979 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/lfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil') diff --git a/libavutil/lfg.h b/libavutil/lfg.h index 2867710c44..854ffce737 100644 --- a/libavutil/lfg.h +++ b/libavutil/lfg.h @@ -55,7 +55,7 @@ static inline unsigned int av_mlfg_get(AVLFG *c){ * Get the next two numbers generated by a Box-Muller Gaussian * generator using the random numbers issued by lfg. * - * @param out[2] array where are placed the two generated numbers + * @param out array where the two generated numbers are placed */ void av_bmg_get(AVLFG *lfg, double out[2]); -- cgit v1.2.3