- doxygen
authorBart Polot <bart@net.in.tum.de>
Fri, 18 Oct 2013 11:34:19 +0000 (11:34 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 18 Oct 2013 11:34:19 +0000 (11:34 +0000)
src/mesh/gnunet-service-mesh_peer.c
src/mesh/gnunet-service-mesh_peer.h

index 515c4b4f0fdae87e218465702fca5530893d6019..d4a1b986315c2c2eff0a904831aa78304a8cc935 100644 (file)
@@ -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?
index 7cc48fb663f948fabb991910c77773e2e49d0a4b..0d164cef9334cb4fb19512b4f0c9c275e1f46952 100644 (file)
@@ -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?