From: Andre Noll Date: Sat, 6 Oct 2007 22:05:22 +0000 (+0200) Subject: mood.c: Fix comment for the scoring function. X-Git-Tag: v0.3.0~297 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=133f268fcfef0c524a1612c49d80d39c4ef6616a mood.c: Fix comment for the scoring function. --- diff --git a/mood.c b/mood.c index 86e0eba2..bf6c40e1 100644 --- a/mood.c +++ b/mood.c @@ -36,11 +36,10 @@ struct afs_statistics statistics; /** * Assign scores according to a mood_method. * - * Each mood_method has its own mood_score_function. The first parameter passed - * to that function is a pointer to a row of the audio file table. It - * determines the audio file for which a score is to be assigned. The second - * argument depends on the mood method this function is used for. It usually is - * the argument given at the end of a mood line. + * Each mood_method has its own mood_score_function. The first three parameters + * passed to that function are informations about the audio file whose score is + * to be computed. The data argument depends on the mood method this function + * is used for. It usually is the argument given at the end of a mood line. * * Mood score functions must return values between -100 and +100 inclusively. * Boolean score functions should always return either -100 or +100.