From ee3d16cbd8b3758d28aecc2456884fdfa0edcf83 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Nov 2009 15:34:52 +0000 Subject: [PATCH] doxygen-fixes --- src/include/gnunet_nat_lib.h | 4 ++-- src/nat/nat.c | 2 +- src/topology/test_gnunet_service_topology.c | 2 +- src/upnp/upnp.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/include/gnunet_nat_lib.h b/src/include/gnunet_nat_lib.h index 43861ddf7..e9b458df9 100644 --- a/src/include/gnunet_nat_lib.h +++ b/src/include/gnunet_nat_lib.h @@ -100,8 +100,8 @@ void GNUNET_NAT_unregister (struct GNUNET_NAT_Handle *h); * Compare the sin(6)_addr fields of AF_INET or AF_INET(6) sockaddr. * FIXME: move to src/nat/common.h or so. * - * @param param a first sockaddr - * @param param b second sockaddr + * @param a first sockaddr + * @param b second sockaddr * @return 0 if addresses are equal, non-null value otherwise */ int GNUNET_NAT_cmp_addr (const struct sockaddr *a, diff --git a/src/nat/nat.c b/src/nat/nat.c index e7c16d44e..9fb0609a6 100644 --- a/src/nat/nat.c +++ b/src/nat/nat.c @@ -111,7 +111,7 @@ get_traversal_status (const struct GNUNET_NAT_Handle * s) * Compare the sin(6)_addr fields of AF_INET or AF_INET(6) sockaddr. * @param a first sockaddr * @param b second sockaddr - * @returns 0 if addresses are equal, non-null value otherwise */ + * @return 0 if addresses are equal, non-null value otherwise */ int GNUNET_NAT_cmp_addr (const struct sockaddr *a, const struct sockaddr *b) { diff --git a/src/topology/test_gnunet_service_topology.c b/src/topology/test_gnunet_service_topology.c index c05d1f5c0..3cd39f49d 100644 --- a/src/topology/test_gnunet_service_topology.c +++ b/src/topology/test_gnunet_service_topology.c @@ -26,7 +26,7 @@ #define VERBOSE GNUNET_YES -#define NUM_PEERS 4 +#define NUM_PEERS 2 /** * How long until we give up on connecting the peers? diff --git a/src/upnp/upnp.h b/src/upnp/upnp.h index a77755a3c..537f9f3e7 100644 --- a/src/upnp/upnp.h +++ b/src/upnp/upnp.h @@ -1,5 +1,5 @@ /** - * @file upnp.h Universal Plug N Play API + * @file upnp/upnp.h Universal Plug N Play API * @ingroup core * * gaim -- 2.25.1