aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
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 /src/mesh
parent8ee5a9290c40e88f075cfd289692ea1bed83df47 (diff)
downloadgnunet-677ef8f7fad539bf9ba744a32716ebdfc51a5a42.tar.gz
gnunet-677ef8f7fad539bf9ba744a32716ebdfc51a5a42.zip
-more doxygen fixes
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_tunnel_tree.c2
1 files changed, 1 insertions, 1 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 */