]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libwbclient: fix doxygen warnings.
authorGünther Deschner <gd@samba.org>
Fri, 26 Sep 2008 23:15:07 +0000 (01:15 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 26 Sep 2008 23:15:07 +0000 (01:15 +0200)
Guenther

source3/nsswitch/libwbclient/wbc_idmap.c
source3/nsswitch/libwbclient/wbc_pwd.c
source3/nsswitch/libwbclient/wbc_sid.c
source3/nsswitch/libwbclient/wbc_util.c

index e32d66cd7136b329358769645c6820c80f129c31..1615fd33eef8e8da675b7b6aa9d88053570b45b6 100644 (file)
@@ -394,7 +394,7 @@ wbcErr wbcSetUidHwm(uid_t uid_hwm)
 
 /** @brief Set the highwater mark for allocated gids.
  *
- * @param uid_hwm      The new gid highwater mark value
+ * @param gid_hwm      The new gid highwater mark value
  *
  * @return #wbcErr
  **/
index b5f167369cabfb8e11c97e0c12aff9b362f991a6..0d17b312ef42d4f4df54469dc9b9de15c9d99ff9 100644 (file)
@@ -380,7 +380,7 @@ wbcErr wbcGetgrent(struct group **grp)
  *
  * @param *account       The given user name
  * @param *num_groups    Number of elements returned in the groups array
- * @param **groups       Pointer to resulting gid_t array.
+ * @param **_groups      Pointer to resulting gid_t array.
  *
  * @return #wbcErr
  **/
index f4ffa4e5caac6a5bc250d44e486cf3bec3e8e24b..4cfdd792b5f5534ec112e5bb219018c885e3c30e 100644 (file)
@@ -223,9 +223,9 @@ wbcErr wbcLookupName(const char *domain,
 /** @brief Convert a SID to a domain and name
  *
  * @param *sid        Pointer to the domain SID to be resolved
- * @param domain      Resolved Domain name (possibly "")
- * @param name        Resolved User or group name
- * @param *name_type  Pointet to the resolved SID type
+ * @param pdomain     Resolved Domain name (possibly "")
+ * @param pname       Resolved User or group name
+ * @param *pname_type Pointet to the resolved SID type
  *
  * @return #wbcErr
  *
index 24568f910198430d54879f9754761da40f6331ab..8e01e6e719072e9fd07af9a7b4aad5ec4cd70ed3 100644 (file)
@@ -496,7 +496,7 @@ wbcErr wbcListTrusts(struct wbcDomainInfo **domains, size_t *num_domains)
 /** @brief Enumerate the domain trusts known by Winbind
  *
  * @param domain        Name of the domain to query for a DC
- * @flags               Bit flags used to control the domain location query
+ * @param flags         Bit flags used to control the domain location query
  * @param *dc_info      Pointer to the returned domain controller information
  *
  * @return #wbcErr