doxygen fixes
authorChristian Grothoff <christian@grothoff.org>
Wed, 21 Apr 2010 13:22:48 +0000 (13:22 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 21 Apr 2010 13:22:48 +0000 (13:22 +0000)
src/include/gnunet_peerinfo_service.h
src/include/gnunet_resolver_service.h
src/peerinfo/peerinfo_api.c

index e56c2e3785c1274a967ce5b35873dee3bcbca4c4..ac88df201cd40ad7a27b3630d484e0005901fa3e 100644 (file)
@@ -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
index 319b7e977a7973ed72aa24a292c460133f529172..64e97ea7ec2ae2e2c394646e424765ec2830c401 100644 (file)
@@ -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 );
index c8a9daabec0bbd728b132fc5c05598cda393694c..15832ca8023dd627233b9036fcb4ce57a63ca947 100644 (file)
@@ -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