comparison 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
comparison
equal deleted inserted replaced
969:dd2093c239e4 970:bb966549e097
53 53
54 /** 54 /**
55 * Get the next two numbers generated by a Box-Muller Gaussian 55 * Get the next two numbers generated by a Box-Muller Gaussian
56 * generator using the random numbers issued by lfg. 56 * generator using the random numbers issued by lfg.
57 * 57 *
58 * @param out[2] array where are placed the two generated numbers 58 * @param out array where the two generated numbers are placed
59 */ 59 */
60 void av_bmg_get(AVLFG *lfg, double out[2]); 60 void av_bmg_get(AVLFG *lfg, double out[2]);
61 61
62 #endif /* AVUTIL_LFG_H */ 62 #endif /* AVUTIL_LFG_H */