gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29168 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r29168 - gnunet/src/include
Date: Tue, 10 Sep 2013 17:22:12 +0200

Author: grothoff
Date: 2013-09-10 17:22:11 +0200 (Tue, 10 Sep 2013)
New Revision: 29168

Modified:
   gnunet/src/include/gnunet_gns_service.h
   gnunet/src/include/gnunet_namestore_service.h
Log:
-formatting, doxygen

Modified: gnunet/src/include/gnunet_gns_service.h
===================================================================
--- gnunet/src/include/gnunet_gns_service.h     2013-09-10 15:08:04 UTC (rev 
29167)
+++ gnunet/src/include/gnunet_gns_service.h     2013-09-10 15:22:11 UTC (rev 
29168)
@@ -104,7 +104,7 @@
  * @param proc_cls closure for processor
  * @return handle to the queued request
  */
-struct GNUNET_GNS_LookupRequest*
+struct GNUNET_GNS_LookupRequest *
 GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
                   const char *name,
                   const struct GNUNET_CRYPTO_EccPublicKey *zone,

Modified: gnunet/src/include/gnunet_namestore_service.h
===================================================================
--- gnunet/src/include/gnunet_namestore_service.h       2013-09-10 15:08:04 UTC 
(rev 29167)
+++ gnunet/src/include/gnunet_namestore_service.h       2013-09-10 15:22:11 UTC 
(rev 29168)
@@ -122,9 +122,9 @@
  * operation.
  *
  * @param cls closure
- * @param success GNUNET_SYSERR on failure (including timeout/queue 
drop/failure to validate)
- *                GNUNET_NO if content was already there or not found
- *                GNUNET_YES (or other positive value) on success
+ * @param success #GNUNET_SYSERR on failure (including timeout/queue 
drop/failure to validate)
+ *                #GNUNET_NO if content was already there or not found
+ *                #GNUNET_YES (or other positive value) on success
  * @param emsg NULL on success, otherwise an error message
  */
 typedef void (*GNUNET_NAMESTORE_ContinuationWithStatus) (void *cls,
@@ -176,7 +176,7 @@
    * pass the '--private' option when removing a record from
    * the namestore, hence we don't require this particular option
    * to match upon removal).  See also
-   * 'GNUNET_NAMESTORE_records_cmp'.
+   * #GNUNET_NAMESTORE_records_cmp.
    */
 #define GNUNET_NAMESTORE_RF_RCMP_FLAGS 
(GNUNET_NAMESTORE_RF_RELATIVE_EXPIRATION)
 };
@@ -314,7 +314,7 @@
  * @param derived_hash hash of zone key combined with name to lookup
  * @param proc function to call on the matching block, or with
  *        NULL if there is no matching block
- * @param proc_cls closure for proc
+ * @param proc_cls closure for @a proc
  * @return a handle that can be used to cancel
  */
 struct GNUNET_NAMESTORE_QueueEntry *
@@ -348,7 +348,7 @@
  * @param value_zone public key of the target zone (value), never NULL
  * @param proc function to call on the matching records, or with
  *        NULL (rd_count == 0) if there are no matching records
- * @param proc_cls closure for proc
+ * @param proc_cls closure for @a proc
  * @return a handle that can be used to
  *         cancel
  */
@@ -456,7 +456,7 @@
  * @param zone zone to monitor
  * @param monitor function to call on zone changes
  * @param sync_cb function called when we're in sync with the namestore
- * @param cls closure for @a monitor' and @a sync_cb
+ * @param cls closure for @a monitor and @a sync_cb
  * @return handle to stop monitoring
  */
 struct GNUNET_NAMESTORE_ZoneMonitor *




reply via email to

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