aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 16:25:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 16:25:09 +0000
commit677ef8f7fad539bf9ba744a32716ebdfc51a5a42 (patch)
tree4fd9018f7b75acd8f2ea0b3113d829600041ec8c
parent8ee5a9290c40e88f075cfd289692ea1bed83df47 (diff)
downloadgnunet-677ef8f7fad539bf9ba744a32716ebdfc51a5a42.tar.gz
gnunet-677ef8f7fad539bf9ba744a32716ebdfc51a5a42.zip
-more doxygen fixes
-rw-r--r--src/mesh/mesh_tunnel_tree.c2
-rw-r--r--src/nat/nat.c2
-rw-r--r--src/transport/gnunet-service-transport_clients.c7
3 files changed, 7 insertions, 4 deletions
diff --git a/src/mesh/mesh_tunnel_tree.c b/src/mesh/mesh_tunnel_tree.c
index a51d0ed2f..7b04385bc 100644
--- a/src/mesh/mesh_tunnel_tree.c
+++ b/src/mesh/mesh_tunnel_tree.c
@@ -275,7 +275,7 @@ tree_node_find_peer (struct MeshTunnelTreeNode *parent, GNUNET_PEER_Id peer_id)
275 * Recusively update the info about what is the first hop to reach the node 275 * Recusively update the info about what is the first hop to reach the node
276 * 276 *
277 * @param tree Tree this nodes belongs to. 277 * @param tree Tree this nodes belongs to.
278 * @param parent_id Short ID from node form which to start updating. 278 * @param parent ID from node form which to start updating.
279 * @param hop If known, ID of the first hop. 279 * @param hop If known, ID of the first hop.
280 * If not known, NULL to find out and pass on children. 280 * If not known, NULL to find out and pass on children.
281 */ 281 */
diff --git a/src/nat/nat.c b/src/nat/nat.c
index c0f9daa32..e199bf2b0 100644
--- a/src/nat/nat.c
+++ b/src/nat/nat.c
@@ -629,6 +629,8 @@ process_hostname_ip (void *cls, const struct sockaddr *addr, socklen_t addrlen)
629 * @param name name of the interface 629 * @param name name of the interface
630 * @param isDefault do we think this may be our default interface 630 * @param isDefault do we think this may be our default interface
631 * @param addr address of the interface 631 * @param addr address of the interface
632 * @param broadcast_addr the broadcast address (can be NULL for unknown or unassigned)
633 * @param netmask the network mask (can be NULL for unknown or unassigned))
632 * @param addrlen number of bytes in addr 634 * @param addrlen number of bytes in addr
633 * @return GNUNET_OK to continue iterating 635 * @return GNUNET_OK to continue iterating
634 */ 636 */
diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c
index aee592d29..d60514565 100644
--- a/src/transport/gnunet-service-transport_clients.c
+++ b/src/transport/gnunet-service-transport_clients.c
@@ -606,7 +606,7 @@ clients_handle_request_connect (void *cls, struct GNUNET_SERVER_Client *client,
606 * the client. 606 * the client.
607 * 607 *
608 * @param cls the transmission context used ('struct GNUNET_SERVER_TransmitContext*') 608 * @param cls the transmission context used ('struct GNUNET_SERVER_TransmitContext*')
609 * @param address the resolved name, NULL to indicate the last response 609 * @param buf text to transmit
610 */ 610 */
611static void 611static void
612transmit_address_to_client (void *cls, const char *buf) 612transmit_address_to_client (void *cls, const char *buf)
@@ -630,7 +630,8 @@ transmit_address_to_client (void *cls, const char *buf)
630 * the client. 630 * the client.
631 * 631 *
632 * @param cls the transmission context used ('struct GNUNET_SERVER_TransmitContext*') 632 * @param cls the transmission context used ('struct GNUNET_SERVER_TransmitContext*')
633 * @param address the resolved name, NULL to indicate the last response 633 * @param buf data to transmit
634 * @param size number of bytes in buf
634 */ 635 */
635static void 636static void
636transmit_binary_to_client (void *cls, void *buf, size_t size) 637transmit_binary_to_client (void *cls, void *buf, size_t size)
@@ -779,7 +780,7 @@ clients_handle_peer_address_lookup (void *cls,
779 * Output the active address of connected neighbours to the given client. 780 * Output the active address of connected neighbours to the given client.
780 * 781 *
781 * @param cls the 'struct GNUNET_SERVER_TransmitContext' for transmission to the client 782 * @param cls the 'struct GNUNET_SERVER_TransmitContext' for transmission to the client
782 * @param neighbour identity of the neighbour 783 * @param peer identity of the neighbour
783 * @param ats performance data 784 * @param ats performance data
784 * @param ats_count number of entries in ats (excluding 0-termination) 785 * @param ats_count number of entries in ats (excluding 0-termination)
785 * @param address the address 786 * @param address the address