From: Christian Grothoff Date: Wed, 21 Apr 2010 13:22:48 +0000 (+0000) Subject: doxygen fixes X-Git-Tag: initial-import-from-subversion-38251~22062 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5c772292f785e217307b611454d1fcc995402140;p=oweals%2Fgnunet.git doxygen fixes --- diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h index e56c2e378..ac88df201 100644 --- a/src/include/gnunet_peerinfo_service.h +++ b/src/include/gnunet_peerinfo_service.h @@ -83,7 +83,6 @@ GNUNET_PEERINFO_disconnect (struct GNUNET_PEERINFO_Handle *h); * merge the two HELLOs prior to transmission to the service. * * @param h handle to the peerinfo service - * @param peer identity of the peer * @param hello the verified (!) HELLO message */ void diff --git a/src/include/gnunet_resolver_service.h b/src/include/gnunet_resolver_service.h index 319b7e977..64e97ea7e 100644 --- a/src/include/gnunet_resolver_service.h +++ b/src/include/gnunet_resolver_service.h @@ -114,7 +114,7 @@ typedef void (*GNUNET_RESOLVER_HostnameCallback) (void *cls, /** * Get local hostname * - * @param hostname + * @return local hostname, caller must free */ char * GNUNET_RESOLVER_local_hostname_get ( void ); diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c index c8a9daabe..15832ca80 100644 --- a/src/peerinfo/peerinfo_api.c +++ b/src/peerinfo/peerinfo_api.c @@ -286,7 +286,6 @@ trigger_transmit (struct GNUNET_PEERINFO_Handle *h) * merge the two HELLOs prior to transmission to the service. * * @param h handle to the peerinfo service - * @param peer identity of the peer * @param hello the verified (!) HELLO message */ void