summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-07-01 10:40:40 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-07-05 20:42:53 +0200
commitc744f9df3b6b169c8c70fcfd063ab6402229218e (patch)
treef3ab580603043cf7e868849960d40e5fde423c89 /src/lib
parent90e5684e8e623d9b616e38300acc6eed51a28229 (diff)
downloadsssd-c744f9df3b6b169c8c70fcfd063ab6402229218e.tar.gz
sssd-c744f9df3b6b169c8c70fcfd063ab6402229218e.tar.xz
sssd-c744f9df3b6b169c8c70fcfd063ab6402229218e.zip
DOC: Fix few typos in doxygen comments
src/confdb/confdb.h:572: warning: argument 'memctx' of command @param is not found in the argument list of confdb_get_sub_sections(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, const char *section, char ***sections, int *num_sections) src/confdb/confdb.h:592: warning: The following parameters of confdb_get_sub_sections(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, const char *section, char ***sections, int *num_sections) are not documented: src/lib/idmap/sss_idmap.h:315: warning: argument 's_cv' of command @param is not found in the argument list of sss_idmap_add_auto_domain_ex(struct sss_idmap_ctx *ctx, const char *domain_name, const char *domain_sid, struct sss_idmap_range *range, const char *range_id, uint32_t rid, bool external_mapping, idmap_store_cb cb, void *pvt) src/lib/idmap/sss_idmap.h:94: warning: The following parameters of sss_idmap_add_auto_domain_ex(struct sss_idmap_ctx *ctx, const char *domain_name, const char *domain_sid, struct sss_idmap_range *range, const char *range_id, uint32_t rid, bool external_mapping, idmap_store_cb cb, void *pvt) are not documented: Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/idmap/sss_idmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/idmap/sss_idmap.h b/src/lib/idmap/sss_idmap.h
index 483241eea..20fdb6169 100644
--- a/src/lib/idmap/sss_idmap.h
+++ b/src/lib/idmap/sss_idmap.h
@@ -333,7 +333,7 @@ enum idmap_error_code sss_idmap_add_domain_ex(struct sss_idmap_ctx *ctx,
* domain all ranges must be of the same type. It is
* not possible to mix algorithmic and external
* mapping.
- * @param[in] s_cv The callback for storing mapping of dynamically
+ * @param[in] cb The callback for storing mapping of dynamically
* created domains.
* @param[in] pvt Private data for callback cb.
*