From: Christian Grothoff Date: Sat, 17 Mar 2012 15:57:16 +0000 (+0000) Subject: -doxygen X-Git-Tag: initial-import-from-subversion-38251~14208 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9ceed8e771c4104534082ae97919677d6786f5c8;p=oweals%2Fgnunet.git -doxygen --- diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h index 026d2c0a4..1398a0826 100644 --- a/src/include/gnunet_strings_lib.h +++ b/src/include/gnunet_strings_lib.h @@ -294,7 +294,7 @@ GNUNET_STRINGS_parse_uri (const char *path, char **scheme_part, * @param r_is_uri a pointer to an int that is set to GNUNET_YES if 'filename' * is URI and to GNUNET_NO otherwise. Can be NULL. If 'can_be_uri' is * not GNUNET_YES, *r_is_uri is set to GNUNET_NO. - * @param r_uri a pointer to a char * that is set to a pointer to URI scheme. + * @param r_uri_scheme a pointer to a char * that is set to a pointer to URI scheme. * The string is allocated by the function, and should be freed with * GNUNET_free (). Can be NULL. * @return GNUNET_YES if 'filename' is absolute, GNUNET_NO otherwise. diff --git a/src/util/strings.c b/src/util/strings.c index 3aa89fdbd..8c7c68bb7 100644 --- a/src/util/strings.c +++ b/src/util/strings.c @@ -846,7 +846,7 @@ GNUNET_STRINGS_parse_uri (const char *path, char **scheme_part, * @param r_is_uri a pointer to an int that is set to GNUNET_YES if 'filename' * is URI and to GNUNET_NO otherwise. Can be NULL. If 'can_be_uri' is * not GNUNET_YES, *r_is_uri is set to GNUNET_NO. - * @param r_uri a pointer to a char * that is set to a pointer to URI scheme. + * @param r_uri_scheme a pointer to a char * that is set to a pointer to URI scheme. * The string is allocated by the function, and should be freed with * GNUNET_free (). Can be NULL. * @return GNUNET_YES if 'filename' is absolute, GNUNET_NO otherwise.