From 0a4ffc7c929c862c5d666c197e6c39015fca6a42 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 18 Oct 2013 11:34:19 +0000 Subject: - doxygen --- src/mesh/gnunet-service-mesh_peer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesh/gnunet-service-mesh_peer.c') diff --git a/src/mesh/gnunet-service-mesh_peer.c b/src/mesh/gnunet-service-mesh_peer.c index 515c4b4f0..d4a1b9863 100644 --- a/src/mesh/gnunet-service-mesh_peer.c +++ b/src/mesh/gnunet-service-mesh_peer.c @@ -553,7 +553,7 @@ peer_destroy (struct MeshPeer *peer) /** * Returns if peer is used (has a tunnel, is neighbor). * - * @peer Peer to check. + * @param peer Peer to check. * * @return GNUNET_YES if peer is in use. */ @@ -1226,7 +1226,7 @@ GMP_shutdown (void) * Retrieve the MeshPeer stucture associated with the peer, create one * and insert it in the appropriate structures if the peer is not known yet. * - * @param peer Full identity of the peer. + * @param peer_id Full identity of the peer. * * @return Existing or newly created peer structure. */ @@ -1522,7 +1522,7 @@ GMP_add_path (struct MeshPeer *peer_info, struct MeshPeerPath *path, * The path is given in peer_info -> destination, therefore we turn the path * upside down first. * - * @param peer_info Peer to add the path to, being the origin of the path. + * @param pee Peer to add the path to, being the origin of the path. * @param path New path to add after being inversed. * Path will be either used or freed. * @param trusted Do we trust that this path is real? -- cgit v1.2.3