summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2013-06-11 11:46:28 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-06-11 14:41:44 +0200
commit504902d12a1ea1d3774bacd9a35efd9cecd5f9c2 (patch)
treeb14450f0df292013d513e2cbe125fb7fd3599add /src/lib
parent8d95aa1b58139002ace4b4418d5391ee7bfc78cb (diff)
downloadsssd-504902d12a1ea1d3774bacd9a35efd9cecd5f9c2.tar.gz
sssd-504902d12a1ea1d3774bacd9a35efd9cecd5f9c2.tar.xz
sssd-504902d12a1ea1d3774bacd9a35efd9cecd5f9c2.zip
Fix some doxygen warnings
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/idmap/sss_idmap.h6
1 files changed, 3 insertions, 3 deletions
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.