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/lib/idmap/sss_idmap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/idmap/sss_idmap.h') diff --git a/src/lib/idmap/sss_idmap.h b/src/lib/idmap/sss_idmap.h index 9204be0b6..9710501bd 100644 --- a/src/lib/idmap/sss_idmap.h +++ b/src/lib/idmap/sss_idmap.h @@ -73,7 +73,7 @@ enum idmap_error_code { /** The provided SID is a built-in one */ IDMAP_BUILTIN_SID, - /* No more free slices */ + /** No more free slices */ IDMAP_OUT_OF_SLICES }; @@ -195,7 +195,7 @@ sss_idmap_ctx_get_upper(struct sss_idmap_ctx *ctx, id_t *_upper); * @brief Get the range size of POSIX IDs available for single domain * * @param[in] ctx idmap context - * @param[out] _rangesize returned range size + * @param[out] rangesize returned range size */ enum idmap_error_code sss_idmap_ctx_get_rangesize(struct sss_idmap_ctx *ctx, id_t *rangesize); @@ -206,7 +206,7 @@ sss_idmap_ctx_get_rangesize(struct sss_idmap_ctx *ctx, id_t *rangesize); * @param[in] ctx Idmap context * @param[in] dom_sid Zero-terminated string representation of the domain * SID (S-1-15-.....) - * @param[in/out] slice_num Slice number to be used. Set this pointer to NULL or + * @param[in,out] slice_num Slice number to be used. Set this pointer to NULL or * the addressed value to -1 to calculate slice number * automatically. The calculated value will be * returned in this parameter. -- cgit