From: Bart Polot Date: Fri, 18 Oct 2013 11:34:19 +0000 (+0000) Subject: - doxygen X-Git-Tag: initial-import-from-subversion-38251~6448 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a4ffc7c929c862c5d666c197e6c39015fca6a42;p=oweals%2Fgnunet.git - doxygen --- 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? diff --git a/src/mesh/gnunet-service-mesh_peer.h b/src/mesh/gnunet-service-mesh_peer.h index 7cc48fb66..0d164cef9 100644 --- a/src/mesh/gnunet-service-mesh_peer.h +++ b/src/mesh/gnunet-service-mesh_peer.h @@ -85,7 +85,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. */ @@ -207,7 +207,7 @@ GMP_add_path (struct MeshPeer *peer, struct MeshPeerPath *p, int trusted); * 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 peer 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?