From: Andre Noll Date: Fri, 19 May 2017 07:00:35 +0000 (+0200) Subject: doxygen: Don't refer to libosl functions. X-Git-Tag: v0.6.1~52^2~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=bd5b8a466db2d9a15bb7f953caac489a402862fc doxygen: Don't refer to libosl functions. They are not part of the tree, and there is no dedicated man page for them. --- diff --git a/afs.c b/afs.c index 089b8b66..b73fe3d4 100644 --- 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 8abecf6a..2d7c6050 100644 --- 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 ddd3c7a2..97013ed9 100644 --- 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) {