fixing doxygen comments
authorChristian Grothoff <christian@grothoff.org>
Sat, 14 Nov 2009 19:14:29 +0000 (19:14 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 14 Nov 2009 19:14:29 +0000 (19:14 +0000)
src/include/gnunet_nat_lib.h
src/include/gnunet_scheduler_lib.h
src/nat/nat.c
src/nat/upnp.c
src/upnp/upnp.c

index f03dc3dda44e59bd20a4ce04ac46c3a08ba1f57d..43861ddf7cbdd5cd808f8b6c59426391d36b759c 100644 (file)
@@ -70,7 +70,7 @@ struct GNUNET_NAT_Handle;
 
 /**
  * Attempt to enable port redirection and detect public IP address contacting
- * UPnP or NAT-PMP routers on the local network. Use @addr to specify to which
+ * UPnP or NAT-PMP routers on the local network. Use addr to specify to which
  * of the local host's addresses should the external port be mapped. The port
  * is taken from the corresponding sockaddr_in[6] field.
  *
index 283d46dabfb20ab85a8f28eabd8cf9ab05ce6425..9ba4399ad106381b4ad98a498d65b1cb062e0a58 100644 (file)
@@ -271,14 +271,14 @@ void *GNUNET_SCHEDULER_cancel (struct GNUNET_SCHEDULER_Handle *sched,
  * and the reason code can be specified.
  *
  * @param sched scheduler to use
- * @param main main function of the task
- * @param cls closure of task
+ * @param task main function of the task
+ * @param task_cls closure of task
  * @param reason reason for task invocation
  */
 void
 GNUNET_SCHEDULER_add_continuation (struct GNUNET_SCHEDULER_Handle *sched,
-                                   GNUNET_SCHEDULER_Task main,
-                                   void *cls,
+                                   GNUNET_SCHEDULER_Task task,
+                                   void *task_cls,
                                    enum GNUNET_SCHEDULER_Reason reason);
 
 
index 5f69a515ad56404b9533730b641a34a27a1ce712..e7c16d44ee0645bda831ef5acb9b55b5a9afa570 100644 (file)
@@ -110,7 +110,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 second sockaddr
+ * @param second sockaddr
  * @returns 0 if addresses are equal, non-null value otherwise */
 int
 GNUNET_NAT_cmp_addr (const struct sockaddr *a, const struct sockaddr *b)
index e8a5f1afc7eefffba5f3744c9b67dcd8051cae53..003d6e06a411636b2a8c7cb6bf2733efa9d6a3ef 100644 (file)
@@ -128,6 +128,7 @@ GNUNET_NAT_UPNP_close (GNUNET_NAT_UPNP_Handle * handle)
  * 
  * @param handle the handle for UPnP object
  * @param is_enabled whether enable port redirection
+ * @param doPortCheck FIXME
  * @param ext_addr pointer for returning external IP address.
  *     Will be set to NULL if address could not be found. Don't free the sockaddr.
  */
index 8b4937cea787569317b15a95152dce2c226fb427..5e15b12b44e11343e6baa0ccfc27a8c11f5faec4 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @file upnp.c UPnP Implementation
+ * @file upnp/upnp.c UPnP Implementation
  * @ingroup core
  *
  * gaim