]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - score.c
doxygen: Don't refer to libosl functions.
[paraslash.git] / score.c
diff --git a/score.c b/score.c
index ddd3c7a25057998c0328893553b6b246cebcda64..97013ed9db7a57828e8ad3dd3326dc2474aec105 100644 (file)
--- a/score.c
+++ b/score.c
@@ -34,8 +34,6 @@ static int ptr_compare(const struct osl_object *obj1, const struct osl_object *o
  * This function first compares the score values as usual integers. If they compare as
  * equal, the address of \a obj1 and \a obj2 are compared. So this compare function
  * returns zero if and only if \a obj1 and \a obj2 point to the same memory area.
- *
- * \sa osl_compare_function.
  */
 static int score_compare(const struct osl_object *obj1, const struct osl_object *obj2)
 {
@@ -92,8 +90,6 @@ static struct osl_table_description score_table_desc = {
  * \param num Result is returned here.
  *
  * \return Positive on success, negative on errors.
- *
- * \sa osl_get_num_rows().
  */
 int get_num_admissible_files(unsigned *num)
 {