Explorar el Código

Doxygen fix for cmap_iter_next()

Remove the extra cmap_ prefix of the iter_handle parameter.

Signed-off-by: Ferenc Wágner <wferi@niif.hu>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Ferenc Wágner hace 10 años
padre
commit
2250d812c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/corosync/cmap.h

+ 1 - 1
include/corosync/cmap.h

@@ -283,7 +283,7 @@ extern cs_error_t cmap_iter_init(cmap_handle_t handle, const char *prefix, cmap_
  * length of returned value and/or type is returned.
  *
  * @param handle cmap handle
- * @param cmap_iter_handle handle of iteration returned by cmap_iter_init
+ * @param iter_handle handle of iteration returned by cmap_iter_init
  * @param key_name place to store name of key. Maximum length is CMAP_KEYNAME_MAXLEN
  * @param value_len length of value
  * @param type type of value