From 677ef8f7fad539bf9ba744a32716ebdfc51a5a42 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 Nov 2011 16:25:09 +0000 Subject: [PATCH] -more doxygen fixes --- src/mesh/mesh_tunnel_tree.c | 2 +- src/nat/nat.c | 2 ++ src/transport/gnunet-service-transport_clients.c | 7 ++++--- 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) * Recusively update the info about what is the first hop to reach the node * * @param tree Tree this nodes belongs to. - * @param parent_id Short ID from node form which to start updating. + * @param parent ID from node form which to start updating. * @param hop If known, ID of the first hop. * If not known, NULL to find out and pass on children. */ 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) * @param name name of the interface * @param isDefault do we think this may be our default interface * @param addr address of the interface + * @param broadcast_addr the broadcast address (can be NULL for unknown or unassigned) + * @param netmask the network mask (can be NULL for unknown or unassigned)) * @param addrlen number of bytes in addr * @return GNUNET_OK to continue iterating */ 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, * the client. * * @param cls the transmission context used ('struct GNUNET_SERVER_TransmitContext*') - * @param address the resolved name, NULL to indicate the last response + * @param buf text to transmit */ static void transmit_address_to_client (void *cls, const char *buf) @@ -630,7 +630,8 @@ transmit_address_to_client (void *cls, const char *buf) * the client. * * @param cls the transmission context used ('struct GNUNET_SERVER_TransmitContext*') - * @param address the resolved name, NULL to indicate the last response + * @param buf data to transmit + * @param size number of bytes in buf */ static void transmit_binary_to_client (void *cls, void *buf, size_t size) @@ -779,7 +780,7 @@ clients_handle_peer_address_lookup (void *cls, * Output the active address of connected neighbours to the given client. * * @param cls the 'struct GNUNET_SERVER_TransmitContext' for transmission to the client - * @param neighbour identity of the neighbour + * @param peer identity of the neighbour * @param ats performance data * @param ats_count number of entries in ats (excluding 0-termination) * @param address the address -- 2.25.1