-more doxygen fixes
authorChristian Grothoff <christian@grothoff.org>
Mon, 28 Nov 2011 16:25:09 +0000 (16:25 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 28 Nov 2011 16:25:09 +0000 (16:25 +0000)
src/mesh/mesh_tunnel_tree.c
src/nat/nat.c
src/transport/gnunet-service-transport_clients.c

index a51d0ed2fab68eb8db56630337d2c3cf43c4e169..7b04385bcd1ad16bc4882b4daa0c87b440ea5dc0 100644 (file)
@@ -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.
  */
index c0f9daa32893976bad13deff96651ef20213baab..e199bf2b077ca3477439200ec67807867a226b91 100644 (file)
@@ -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
  */
index aee592d2954c125d54005e27ed2ed1c42ffcf6a8..d60514565fb9ff21e89333e701808779d9cf89b7 100644 (file)
@@ -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