-doxy
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Sat, 16 Jun 2012 07:48:29 +0000 (07:48 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Sat, 16 Jun 2012 07:48:29 +0000 (07:48 +0000)
src/gns/gnunet-gns-proxy.c
src/gns/gnunet-service-gns_resolver.c

index a2c7d181e8d24bac558345953e57f2760c4e68c8..51bd51f2ff22395df7fc6503e9874ad71604712c 100644 (file)
@@ -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
index ff7842758e3f331af755809ccde1245699c1c3f8..3d58c33f68a9a107528c8b9433782def0ba34bab 100644 (file)
@@ -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);