]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - score.c
score.c: Shorten documentation of get_score_of_row().
[paraslash.git] / score.c
diff --git a/score.c b/score.c
index 983589333f088b600d85d9c0271044d7a21f8eb7..43b788e5a14441e7448b3dd294b3ad5d70381253 100644 (file)
--- a/score.c
+++ b/score.c
@@ -92,16 +92,7 @@ int get_num_admissible_files(unsigned *num)
        return osl(osl_get_num_rows(score_table, num));
 }
 
-/**
- * Get the score of the audio file associated with given row of the score table.
- *
- * \param score_row Pointer to the row in the score table.
- * \param score Result is returned here on success.
- *
- * On errors (negative return value) the content of \a score is undefined.
- *
- * \return The return value of the underlying call to osl_get_object().
- */
+/* On errors (negative return value) the content of score is undefined. */
 static int get_score_of_row(void *score_row, long *score)
 {
        struct osl_object obj;