gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31001 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r31001 - gnunet/src/core
Date: Sun, 1 Dec 2013 13:45:54 +0100

Author: grothoff
Date: 2013-12-01 13:45:53 +0100 (Sun, 01 Dec 2013)
New Revision: 31001

Modified:
   gnunet/src/core/core.h
Log:
-doxygen

Modified: gnunet/src/core/core.h
===================================================================
--- gnunet/src/core/core.h      2013-12-01 00:44:45 UTC (rev 31000)
+++ gnunet/src/core/core.h      2013-12-01 12:45:53 UTC (rev 31001)
@@ -180,7 +180,7 @@
 struct SendMessageRequest
 {
   /**
-   * Header with type GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST
+   * Header with type #GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST
    */
   struct GNUNET_MessageHeader header;
 
@@ -221,12 +221,12 @@
 /**
  * Core notifying client that it is allowed to now
  * transmit a message to the given target
- * (response to GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST).
+ * (response to #GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST).
  */
 struct SendMessageReady
 {
   /**
-   * Header with type GNUNET_MESSAGE_TYPE_CORE_SEND_READY
+   * Header with type #GNUNET_MESSAGE_TYPE_CORE_SEND_READY
    */
   struct GNUNET_MessageHeader header;
 
@@ -253,12 +253,12 @@
 
 /**
  * Client asking core to transmit a particular message to a particular
- * target (response to GNUNET_MESSAGE_TYPE_CORE_SEND_READY).
+ * target (response to #GNUNET_MESSAGE_TYPE_CORE_SEND_READY).
  */
 struct SendMessage
 {
   /**
-   * Header with type GNUNET_MESSAGE_TYPE_CORE_SEND
+   * Header with type #GNUNET_MESSAGE_TYPE_CORE_SEND
    */
   struct GNUNET_MessageHeader header;
 
@@ -279,7 +279,7 @@
   struct GNUNET_PeerIdentity peer;
 
   /**
-   * GNUNET_YES if corking is allowed, GNUNET_NO if not.
+   * #GNUNET_YES if corking is allowed, #GNUNET_NO if not.
    */
   uint32_t cork GNUNET_PACKED;
 




reply via email to

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