gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14005 - in gnunet/src: core include nat transport util


From: gnunet
Subject: [GNUnet-SVN] r14005 - in gnunet/src: core include nat transport util
Date: Tue, 21 Dec 2010 17:20:25 +0100

Author: wachs
Date: 2010-12-21 17:20:25 +0100 (Tue, 21 Dec 2010)
New Revision: 14005

Modified:
   gnunet/src/core/core_api_iterate_peers.c
   gnunet/src/include/gnunet_block_plugin.h
   gnunet/src/include/gnunet_core_service.h
   gnunet/src/include/gnunet_crypto_lib.h
   gnunet/src/include/gnunet_datacache_plugin.h
   gnunet/src/include/gnunet_datastore_plugin.h
   gnunet/src/include/gnunet_os_lib.h
   gnunet/src/include/gnunet_transport_plugin.h
   gnunet/src/nat/bsdqueue.h
   gnunet/src/nat/upnp-minixml.c
   gnunet/src/transport/gnunet-service-transport.c
   gnunet/src/transport/plugin_transport_http.c
   gnunet/src/transport/plugin_transport_tcp.c
   gnunet/src/util/crypto_hkdf.c
   gnunet/src/util/scheduler.c
Log:
doxygen fixes


Modified: gnunet/src/core/core_api_iterate_peers.c
===================================================================
--- gnunet/src/core/core_api_iterate_peers.c    2010-12-21 16:17:56 UTC (rev 
14004)
+++ gnunet/src/core/core_api_iterate_peers.c    2010-12-21 16:20:25 UTC (rev 
14005)
@@ -148,7 +148,6 @@
 /**
  * Obtain statistics and/or change preferences for the given peer.
  *
- * @param sched scheduler to use
  * @param cfg configuration to use
  * @param peer_cb function to call with the peer information
  * @param cb_cls closure for peer_cb

Modified: gnunet/src/include/gnunet_block_plugin.h
===================================================================
--- gnunet/src/include/gnunet_block_plugin.h    2010-12-21 16:17:56 UTC (rev 
14004)
+++ gnunet/src/include/gnunet_block_plugin.h    2010-12-21 16:20:25 UTC (rev 
14005)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file block/gnunet_block_plugin.h
+ * @file include/gnunet_block_plugin.h
  * @brief API for block plugins.  Each block plugin must conform to 
  *        the API specified by this header.
  * @author Christian Grothoff

Modified: gnunet/src/include/gnunet_core_service.h
===================================================================
--- gnunet/src/include/gnunet_core_service.h    2010-12-21 16:17:56 UTC (rev 
14004)
+++ gnunet/src/include/gnunet_core_service.h    2010-12-21 16:20:25 UTC (rev 
14005)
@@ -111,7 +111,7 @@
   (*GNUNET_CORE_MessageCallback) (void *cls,
                                   const struct GNUNET_PeerIdentity *other,
                                   const struct GNUNET_MessageHeader *message,
-                                 const struct GNUNET_TRANSPORT_ATS_Information 
*atsi);
+                                  const struct 
GNUNET_TRANSPORT_ATS_Information *atsi);
 
 
 /**

Modified: gnunet/src/include/gnunet_crypto_lib.h
===================================================================
--- gnunet/src/include/gnunet_crypto_lib.h      2010-12-21 16:17:56 UTC (rev 
14004)
+++ gnunet/src/include/gnunet_crypto_lib.h      2010-12-21 16:20:25 UTC (rev 
14005)
@@ -612,8 +612,6 @@
  * @param xts_len length of xts
  * @param skm source key material
  * @param skm_len length of skm
- * @param ctx context info
- * @param ctx_len length of ctx
  * @return GNUNET_YES on success
  */
 int

Modified: gnunet/src/include/gnunet_datacache_plugin.h
===================================================================
--- gnunet/src/include/gnunet_datacache_plugin.h        2010-12-21 16:17:56 UTC 
(rev 14004)
+++ gnunet/src/include/gnunet_datacache_plugin.h        2010-12-21 16:20:25 UTC 
(rev 14005)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file datacache/gnunet_datacache_plugin.h
+ * @file include/gnunet_datacache_plugin.h
  * @brief API for database backends for the datacache
  * @author Christian Grothoff
  */

Modified: gnunet/src/include/gnunet_datastore_plugin.h
===================================================================
--- gnunet/src/include/gnunet_datastore_plugin.h        2010-12-21 16:17:56 UTC 
(rev 14004)
+++ gnunet/src/include/gnunet_datastore_plugin.h        2010-12-21 16:20:25 UTC 
(rev 14005)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file datastore/gnunet_datastore_plugin.h
+ * @file include/gnunet_datastore_plugin.h
  * @brief API for the database backend plugins.
  * @author Christian Grothoff
  */

Modified: gnunet/src/include/gnunet_os_lib.h
===================================================================
--- gnunet/src/include/gnunet_os_lib.h  2010-12-21 16:17:56 UTC (rev 14004)
+++ gnunet/src/include/gnunet_os_lib.h  2010-12-21 16:20:25 UTC (rev 14005)
@@ -188,7 +188,7 @@
 
 
 /**
- * Sends @sig to the process
+ * Sends sig to the process
  *
  * @param proc pointer to process structure
  * @param sig signal

Modified: gnunet/src/include/gnunet_transport_plugin.h
===================================================================
--- gnunet/src/include/gnunet_transport_plugin.h        2010-12-21 16:17:56 UTC 
(rev 14004)
+++ gnunet/src/include/gnunet_transport_plugin.h        2010-12-21 16:20:25 UTC 
(rev 14005)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file transport/gnunet_transport_plugin.h
+ * @file include/gnunet_transport_plugin.h
  * @brief API for the transport services.  This header
  *        specifies the struct that is given to the plugin's entry
  *        method and the other struct that must be returned.

Modified: gnunet/src/nat/bsdqueue.h
===================================================================
--- gnunet/src/nat/bsdqueue.h   2010-12-21 16:17:56 UTC (rev 14004)
+++ gnunet/src/nat/bsdqueue.h   2010-12-21 16:20:25 UTC (rev 14005)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file nat/bsd-queue.h
+ * @file nat/bsdqueue.h
  * @brief BSD implementation of simple lists
  *
  * @author Milan Bouchet-Valat

Modified: gnunet/src/nat/upnp-minixml.c
===================================================================
--- gnunet/src/nat/upnp-minixml.c       2010-12-21 16:17:56 UTC (rev 14004)
+++ gnunet/src/nat/upnp-minixml.c       2010-12-21 16:20:25 UTC (rev 14005)
@@ -49,7 +49,7 @@
  */
 
 /**
- * @file nat/minixml.c
+ * @file nat/upnp-minixml.c
  * @brief Simple XML parser used by UPnP
  *
  * @author Milan Bouchet-Valat

Modified: gnunet/src/transport/gnunet-service-transport.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport.c     2010-12-21 16:17:56 UTC 
(rev 14004)
+++ gnunet/src/transport/gnunet-service-transport.c     2010-12-21 16:20:25 UTC 
(rev 14005)
@@ -4693,7 +4693,8 @@
  * @param peer (claimed) identity of the other peer
  * @param message the message, NULL if we only care about
  *                learning about the delay until we should receive again
- * @param distance in overlay hops; use 1 unless DV (or 0 if message == NULL)
+ * @param ats information for automatic transport selection
+ * @param ats_count number of elements in ats not including \0 terminator
  * @param session identifier used for this session (can be NULL)
  * @param sender_address binary address of the sender (if observed)
  * @param sender_address_len number of bytes in sender_address

Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c        2010-12-21 16:17:56 UTC 
(rev 14004)
+++ gnunet/src/transport/plugin_transport_http.c        2010-12-21 16:20:25 UTC 
(rev 14005)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file transport/gnunet_transport_plugin.http.c
+ * @file transport/plugin_transport_http.c
  * @brief http transport service plugin
  * @author Matthias Wachs
  */

Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2010-12-21 16:17:56 UTC (rev 
14004)
+++ gnunet/src/transport/plugin_transport_tcp.c 2010-12-21 16:20:25 UTC (rev 
14005)
@@ -1150,7 +1150,7 @@
  * gnunet-nat-client to send dummy ICMP responses.
  *
  * @param plugin the plugin for this transport
- * @param addr the address of the peer (IPv4-only)
+ * @param sa the address of the peer (IPv4-only)
  */
 static void
 run_gnunet_nat_client (struct Plugin *plugin, 

Modified: gnunet/src/util/crypto_hkdf.c
===================================================================
--- gnunet/src/util/crypto_hkdf.c       2010-12-21 16:17:56 UTC (rev 14004)
+++ gnunet/src/util/crypto_hkdf.c       2010-12-21 16:20:25 UTC (rev 14005)
@@ -286,8 +286,6 @@
  * @param xts_len length of xts
  * @param skm source key material
  * @param skm_len length of skm
- * @param ctx context info
- * @param ctx_len length of ctx
  * @return GNUNET_YES on success
  */
 int

Modified: gnunet/src/util/scheduler.c
===================================================================
--- gnunet/src/util/scheduler.c 2010-12-21 16:17:56 UTC (rev 14004)
+++ gnunet/src/util/scheduler.c 2010-12-21 16:20:25 UTC (rev 14005)
@@ -432,7 +432,6 @@
 /**
  * Put a task that is ready for execution into the ready queue.
  *
- * @param handle the scheduler
  * @param task task ready for execution
  */
 static void
@@ -451,7 +450,6 @@
  * Check which tasks are ready and move them
  * to the respective ready queue.
  *
- * @param handle the scheduler
  * @param rs FDs ready for reading
  * @param ws FDs ready for writing
  */




reply via email to

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