gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34381 - in gnunet/src: include transport


From: gnunet
Subject: [GNUnet-SVN] r34381 - in gnunet/src: include transport
Date: Mon, 27 Oct 2014 08:31:17 +0100

Author: grothoff
Date: 2014-10-27 08:31:16 +0100 (Mon, 27 Oct 2014)
New Revision: 34381

Modified:
   gnunet/src/include/gnunet_peerinfo_service.h
   gnunet/src/transport/transport.h
Log:
-doxygen fixes

Modified: gnunet/src/include/gnunet_peerinfo_service.h
===================================================================
--- gnunet/src/include/gnunet_peerinfo_service.h        2014-10-25 23:04:12 UTC 
(rev 34380)
+++ gnunet/src/include/gnunet_peerinfo_service.h        2014-10-27 07:31:16 UTC 
(rev 34381)
@@ -158,7 +158,7 @@
  * @param peer restrict iteration to this peer only (can be NULL)
  * @param timeout how long to wait until timing out
  * @param callback the method to call for each peer
- * @param callback_cls closure for callback
+ * @param callback_cls closure for @a callback
  * @return iterator context
  */
 struct GNUNET_PEERINFO_IteratorContext *
@@ -198,7 +198,7 @@
  * @param cfg configuration to use
  * @param include_friend_only include HELLO messages for friends only
  * @param callback the method to call for each peer
- * @param callback_cls closure for callback
+ * @param callback_cls closure for @a callback
  * @return NULL on error
  */
 struct GNUNET_PEERINFO_NotifyContext *

Modified: gnunet/src/transport/transport.h
===================================================================
--- gnunet/src/transport/transport.h    2014-10-25 23:04:12 UTC (rev 34380)
+++ gnunet/src/transport/transport.h    2014-10-27 07:31:16 UTC (rev 34381)
@@ -599,7 +599,7 @@
 {
 
   /**
-   * Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_PLUGIN_MONITOR_EVENT.
+   * Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_EVENT.
    */
   struct GNUNET_MessageHeader header;
 
@@ -653,7 +653,7 @@
    */
   uint16_t plugin_address_len GNUNET_PACKED;
 
-  /* followed by 0-terminated plugin name and 
+  /* followed by 0-terminated plugin name and
      @e plugin_address_len bytes of plugin address */
 
 };




reply via email to

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