From 504902d12a1ea1d3774bacd9a35efd9cecd5f9c2 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 11 Jun 2013 11:46:28 +0200 Subject: Fix some doxygen warnings --- src/confdb/confdb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/confdb') diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index e1111025..01eade2b 100644 --- a/src/confdb/confdb.h +++ b/src/confdb/confdb.h @@ -374,7 +374,6 @@ int confdb_get_string(struct confdb_ctx *cdb, TALLOC_CTX *ctx, * integer * * @param[in] cdb The connection object to the confdb - * @param[in] ctx The parent memory context for the returned string * @param[in] section The ConfDB section to update. This is constructed from * the format of the sssd.conf file. All sections start * with 'config/'. Subsections are separated by slashes. @@ -405,7 +404,6 @@ int confdb_get_int(struct confdb_ctx *cdb, * value from the ConfDB and convert it to an integral bool value. * * @param[in] cdb The connection object to the confdb - * @param[in] ctx The parent memory context for the returned string * @param[in] section The ConfDB section to update. This is constructed from * the format of the sssd.conf file. All sections start * with 'config/'. Subsections are separated by slashes. -- cgit