gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r34035 - gnunet/src/hostlist


From: gnunet
Subject: [GNUnet-SVN] r34035 - gnunet/src/hostlist
Date: Thu, 24 Jul 2014 14:14:13 +0200

Author: wachs
Date: 2014-07-24 14:14:13 +0200 (Thu, 24 Jul 2014)
New Revision: 34035

Modified:
   gnunet/src/hostlist/gnunet-daemon-hostlist_client.c
   gnunet/src/hostlist/gnunet-daemon-hostlist_client.h
   gnunet/src/hostlist/gnunet-daemon-hostlist_server.c
   gnunet/src/hostlist/gnunet-daemon-hostlist_server.h
Log:
doxygen fixes


Modified: gnunet/src/hostlist/gnunet-daemon-hostlist_client.c
===================================================================
--- gnunet/src/hostlist/gnunet-daemon-hostlist_client.c 2014-07-24 11:57:02 UTC 
(rev 34034)
+++ gnunet/src/hostlist/gnunet-daemon-hostlist_client.c 2014-07-24 12:14:13 UTC 
(rev 34035)
@@ -1498,9 +1498,9 @@
  *
  * @param c configuration to use
  * @param st statistics handle to use
- * @param ch[OUT] set to handler for CORE connect events
- * @param dh[OUT] set to handler for CORE disconnect events
- * @param msgh[OUT] set to handler for CORE advertisement messages
+ * @param[out] ch set to handler for CORE connect events
+ * @param[out] dh set to handler for CORE disconnect events
+ * @param[out] msgh set to handler for CORE advertisement messages
  * @param learn should we learn hostlist URLs from CORE
  * @return #GNUNET_OK on success
  */

Modified: gnunet/src/hostlist/gnunet-daemon-hostlist_client.h
===================================================================
--- gnunet/src/hostlist/gnunet-daemon-hostlist_client.h 2014-07-24 11:57:02 UTC 
(rev 34034)
+++ gnunet/src/hostlist/gnunet-daemon-hostlist_client.h 2014-07-24 12:14:13 UTC 
(rev 34035)
@@ -33,12 +33,12 @@
 /**
  * Start downloading hostlists from hostlist servers as necessary.
  *
- * @param c the configuration to use
- * @param st hande for publishing statistics
- * @param ch[OUT] set to handler for connect notifications
- * @param dh[OUT] set to handler for disconnect notifications
- * @param msgh[OUT] set to handler for message handler notifications
- * @param learn set if client is learning new hostlists
+ * @param c configuration to use
+ * @param st statistics handle to use
+ * @param[out] ch set to handler for CORE connect events
+ * @param[out] dh set to handler for CORE disconnect events
+ * @param[out] msgh set to handler for CORE advertisement messages
+ * @param learn should we learn hostlist URLs from CORE
  * @return #GNUNET_OK on success
  */
 int

Modified: gnunet/src/hostlist/gnunet-daemon-hostlist_server.c
===================================================================
--- gnunet/src/hostlist/gnunet-daemon-hostlist_server.c 2014-07-24 11:57:02 UTC 
(rev 34034)
+++ gnunet/src/hostlist/gnunet-daemon-hostlist_server.c 2014-07-24 12:14:13 UTC 
(rev 34035)
@@ -203,7 +203,7 @@
  * @param cls closure, NULL
  * @param peer id of the peer, NULL for last call
  * @param hello hello message for the peer (can be NULL)
- * @param error message
+ * @param err_msg message
  */
 static void
 host_processor (void *cls,
@@ -304,6 +304,7 @@
  *
  * @param cls argument given together with the function
  *        pointer when the handler was registered with MHD
+ * @param connection
  * @param url the requested url
  * @param method the HTTP method used (#MHD_HTTP_METHOD_GET,
  *        #MHD_HTTP_METHOD_PUT, etc.)
@@ -642,8 +643,8 @@
  * @param c configuration to use
  * @param st statistics handle to use
  * @param co core handle to use
- * @param server_ch[OUT] set to handler for CORE connect events
- * @param server_dh[OUT] set to handler for CORE disconnect events
+ * @param[out] server_ch set to handler for CORE connect events
+ * @param[out] server_dh set to handler for CORE disconnect events
  * @param advertise #GNUNET_YES if we should advertise our hostlist
  * @return #GNUNET_OK on success
  */

Modified: gnunet/src/hostlist/gnunet-daemon-hostlist_server.h
===================================================================
--- gnunet/src/hostlist/gnunet-daemon-hostlist_server.h 2014-07-24 11:57:02 UTC 
(rev 34034)
+++ gnunet/src/hostlist/gnunet-daemon-hostlist_server.h 2014-07-24 12:14:13 UTC 
(rev 34035)
@@ -38,8 +38,8 @@
  * @param c configuration to use
  * @param st statistics handle to use
  * @param co core handle to use
- * @param server_ch[OUT] set to handler for CORE connect events
- * @param server_dh[OUT] set to handler for CORE disconnect events
+ * @param[out] server_ch set to handler for CORE connect events
+ * @param[out] server_dh set to handler for CORE disconnect events
  * @param advertise #GNUNET_YES if we should advertise our hostlist
  * @return #GNUNET_OK on success
  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]