From: Andre Noll Date: Tue, 6 Jan 2009 20:51:37 +0000 (+0100) Subject: Fix two doxygen warnings. X-Git-Tag: v0.1.0~41 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=63bb48e9e1b1d137e5b19ac7ee772e314782c177 Fix two doxygen warnings. --- diff --git a/osl.h.in b/osl.h.in index 67d705a..da70cfd 100644 --- a/osl.h.in +++ b/osl.h.in @@ -171,7 +171,7 @@ int osl_create_table(const struct osl_table_description *desc); * * Each osl table must be opened before its data can be accessed. * - * \param table_desc Describes the table to be opened. + * \param desc Describes the table to be opened. * \param result Contains a pointer to the open table on success. * * The table description given by \a desc should coincide with the @@ -220,7 +220,7 @@ int osl_get_row(const struct osl_table *t, unsigned col_num, * Retrieve an object identified by row and column * * \param t Pointer to an open osl table. - * \param r Pointer to the row. + * \param row Pointer to the row. * \param col_num The column number. * \param object The result pointer. *