gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37440 - gnunet/src/vpn


From: gnunet
Subject: [GNUnet-SVN] r37440 - gnunet/src/vpn
Date: Sat, 2 Jul 2016 21:26:58 +0200

Author: grothoff
Date: 2016-07-02 21:26:58 +0200 (Sat, 02 Jul 2016)
New Revision: 37440

Modified:
   gnunet/src/vpn/vpn_api.c
Log:
-doxygen

Modified: gnunet/src/vpn/vpn_api.c
===================================================================
--- gnunet/src/vpn/vpn_api.c    2016-07-02 19:21:17 UTC (rev 37439)
+++ gnunet/src/vpn/vpn_api.c    2016-07-02 19:26:58 UTC (rev 37440)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2012 Christian Grothoff
+     Copyright (C) 2012, 2016 Christian Grothoff
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -108,7 +108,7 @@
   GNUNET_VPN_AllocationCallback cb;
 
   /**
-   * Closure for 'cb'.
+   * Closure for @e cb.
    */
   void *cb_cls;
 
@@ -138,7 +138,7 @@
   int result_af;
 
   /**
-   * Address family of 'addr'.  AF_INET or AF_INET6.
+   * Address family of @e addr.  AF_INET or AF_INET6.
    */
   int addr_af;
 
@@ -236,7 +236,7 @@
 /**
  * We're ready to transmit a request to the VPN service. Do it.
  *
- * @param cls the 'struct GNUNET_VPN_Handle*'
+ * @param cls the `struct GNUNET_VPN_Handle*`
  * @param size number of bytes available in buf
  * @param buf where to copy the request
  * @return number of bytes copied to 'buf'
@@ -443,7 +443,7 @@
  * @param expiration_time at what time should the redirection expire?
  *        (this should not impact connections that are active at that time)
  * @param cb function to call with the IP
- * @param cb_cls closure for cb
+ * @param cb_cls closure for @a cb
  * @return handle to cancel the request (means the callback won't be
  *         invoked anymore; the mapping may or may not be established
  *         anyway)
@@ -491,7 +491,7 @@
  * @param expiration_time at what time should the redirection expire?
  *        (this should not impact connections that are active at that time)
  * @param cb function to call with the IP
- * @param cb_cls closure for cb
+ * @param cb_cls closure for @a cb
  * @return handle to cancel the request (means the callback won't be
  *         invoked anymore; the mapping may or may not be established
  *         anyway)




reply via email to

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