]> git.tuebingen.mpg.de Git - osl.git/blobdiff - osl.h.in
Fix two doxygen warnings.
[osl.git] / osl.h.in
index 67d705a5371a0f435297e9914e4efd8fd45d4072..da70cfd5bbf80761ccf070633be6fe2a7fea0eb3 100644 (file)
--- 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.
  *