changeset 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 dd2093c239e4
children 18a757cdcba6
files lfg.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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]);