From: Martin Schanzenbach Date: Sat, 16 Jun 2012 07:48:29 +0000 (+0000) Subject: -doxy X-Git-Tag: initial-import-from-subversion-38251~13031 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dab580c6caa8106f45d7fcd51329d51df6a792eb;p=oweals%2Fgnunet.git -doxy --- diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index a2c7d181e..51bd51f2f 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -1806,7 +1806,7 @@ accept_cb (void* cls, const struct sockaddr *addr, socklen_t addrlen) * correct. In most cases we need to start a new daemon * * @param h the handle to add to a daemon - * @praram domain the domain the ssl daemon has to serve + * @param domain the domain the ssl daemon has to serve * @return MHD_YES on success */ static int diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c index ff7842758..3d58c33f6 100644 --- a/src/gns/gnunet-service-gns_resolver.c +++ b/src/gns/gnunet-service-gns_resolver.c @@ -108,10 +108,7 @@ is_canonical(char* name) /** * Callback that shortens authorities * - * @param name the name given by delegation - * @param zone the authority - * @param our_zone our local zone - * @param key the private key of our authority + * @param gph the handle containing the name to shorten */ static void shorten_authority_chain (struct GetPseuAuthorityHandle *gph);