doxygen: Don't refer to libosl functions.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 19 May 2017 07:00:35 +0000 (09:00 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Jun 2017 18:11:08 +0000 (20:11 +0200)
They are not part of the tree, and there is no dedicated man page
for them.

afs.c
blob.c
score.c

diff --git a/afs.c b/afs.c
index 089b8b66855657310441610dd286885e13d6b895..b73fe3d4d273184223c4560944267b0abea719be 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -380,7 +380,7 @@ int for_each_matching_row(struct pattern_match_data *pmd)
  * \a obj1 is found, respectively, to be less than, to match, or be greater than
  * obj2.
  *
- * \sa strcmp(3), strncmp(3), osl_compare_func.
+ * \sa strcmp(3), strncmp(3).
  */
 int string_compare(const struct osl_object *obj1, const struct osl_object *obj2)
 {
diff --git a/blob.c b/blob.c
index 8abecf6aa7301318426de7f44ca9bb96f3bd734b..2d7c6050cfb18c198675c1ce4a534dd824983310 100644 (file)
--- a/blob.c
+++ b/blob.c
@@ -30,8 +30,6 @@
  * \param obj2 Pointer to the second integer.
  *
  * \return The values required for an osl compare function.
- *
- * \sa osl_compare_func, osl_hash_compare().
  */
 static int uint32_compare(const struct osl_object *obj1, const struct osl_object *obj2)
 {
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)
 {