X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fecda81dd23de9ca6d019a25e57519a5a63d4d2a..25d6952dcf52e6ffc1e4a402af0e2d3c17ac3935:/src/xbt/dict_cursor.c diff --git a/src/xbt/dict_cursor.c b/src/xbt/dict_cursor.c index 9cce7166cf..1827eeb8b3 100644 --- a/src/xbt/dict_cursor.c +++ b/src/xbt/dict_cursor.c @@ -199,7 +199,7 @@ xbt_dict_cursor_get_or_free(xbt_dict_cursor_t *cursor, /** * @brief Get current key * @param cursor: the cursor - * @param key where to put the key + * @returns the current key */ char * xbt_dict_cursor_get_key(xbt_dict_cursor_t cursor) { @@ -211,7 +211,7 @@ xbt_dict_cursor_get_key(xbt_dict_cursor_t cursor) { /** * @brief Get current data * @param cursor the cursor - * @param data where to put the data + * @returns the current data */ void * xbt_dict_cursor_get_data(xbt_dict_cursor_t cursor) {