From: Christian Grothoff Date: Fri, 16 Mar 2012 21:00:14 +0000 (+0000) Subject: -doxygen X-Git-Tag: initial-import-from-subversion-38251~14209 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fbf9569f8b5f0b90ae95e2d9be42fd3b4f4701df;p=oweals%2Fgnunet.git -doxygen --- diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 110489491..06fd777e6 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -136,7 +136,6 @@ extern "C" /** * Control messages between the gnunet-wlan-helper and the daemon */ - #define GNUNET_MESSAGE_TYPE_WLAN_HELPER_CONTROL 41 /** diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h index 1772b03bf..026d2c0a4 100644 --- a/src/include/gnunet_strings_lib.h +++ b/src/include/gnunet_strings_lib.h @@ -297,7 +297,7 @@ GNUNET_STRINGS_parse_uri (const char *path, char **scheme_part, * @param r_uri 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 'filaname' is absolute, GNUNET_NO otherwise. + * @return GNUNET_YES if 'filename' is absolute, GNUNET_NO otherwise. */ int GNUNET_STRINGS_path_is_absolute (const char *filename, diff --git a/src/util/strings.c b/src/util/strings.c index 37500b45b..3aa89fdbd 100644 --- a/src/util/strings.c +++ b/src/util/strings.c @@ -838,18 +838,18 @@ GNUNET_STRINGS_parse_uri (const char *path, char **scheme_part, /** - * Check whether @filename is absolute or not, and if it's an URI + * Check whether 'filename' is absolute or not, and if it's an URI * * @param filename filename to check * @param can_be_uri GNUNET_YES to check for being URI, GNUNET_NO - to * assume it's not URI - * @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 + * @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. * The string is allocated by the function, and should be freed with * GNUNET_free (). Can be NULL. - * @return GNUNET_YES if @filaneme is absolute, GNUNET_NO otherwise. + * @return GNUNET_YES if 'filename' is absolute, GNUNET_NO otherwise. */ int GNUNET_STRINGS_path_is_absolute (const char *filename, int can_be_uri, @@ -912,11 +912,11 @@ GNUNET_STRINGS_path_is_absolute (const char *filename, int can_be_uri, #endif /** - * Perform @checks on @filename + * Perform 'checks' on 'filename' * * @param filename file to check * @param checks checks to perform - * @return GNUNET_YES if all @checks pass, GNUNET_NO if at least one of them + * @return GNUNET_YES if all checks pass, GNUNET_NO if at least one of them * fails, GNUNET_SYSERR when a check can't be performed */ int