diff lfg.h @ 970:bb966549e097 libavutil

Avoid square brackets in Doxygen comments; Doxygen chokes on them.
author diego
date Fri, 02 Jul 2010 11:44:58 +0000
parents e34e8d654ded
children d7cafb07ae9f
line wrap: on
line diff
--- a/lfg.h	Fri Jul 02 11:03:23 2010 +0000
+++ b/lfg.h	Fri Jul 02 11:44:58 2010 +0000
@@ -55,7 +55,7 @@
  * 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]);