gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r34332 - gnunet/src/include
Date: Fri, 3 Oct 2014 23:21:41 +0200

Author: grothoff
Date: 2014-10-03 23:21:41 +0200 (Fri, 03 Oct 2014)
New Revision: 34332

Modified:
   gnunet/src/include/gnunet_nat_lib.h
Log:
-doxygen

Modified: gnunet/src/include/gnunet_nat_lib.h
===================================================================
--- gnunet/src/include/gnunet_nat_lib.h 2014-10-03 20:50:52 UTC (rev 34331)
+++ gnunet/src/include/gnunet_nat_lib.h 2014-10-03 21:21:41 UTC (rev 34332)
@@ -318,7 +318,7 @@
  *
  * @param cls closure
  * @param addr the address, NULL on errors
- * @param result GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific 
error code
+ * @param result #GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific 
error code
  */
 typedef void (*GNUNET_NAT_IPCallback) (void *cls,
                                        const struct in_addr *addr,
@@ -370,7 +370,7 @@
  *     the previous (now invalid) one, #GNUNET_SYSERR indicates an error
  * @param addr either the previous or the new public IP address
  * @param addrlen actual length of the @a addr
- * @param result GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific 
error code
+ * @param result #GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific 
error code
  */
 typedef void
 (*GNUNET_NAT_MiniAddressCallback) (void *cls,
@@ -424,7 +424,7 @@
  * @param cls closure
  * @param diff minimal suggested changes to the original configuration
  *             to make it work (as best as we can)
- * @param result GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific 
error code
+ * @param result #GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific 
error code
  */
 typedef void
 (*GNUNET_NAT_AutoResultCallback)(void *cls,




reply via email to

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