-doxygen
authorChristian Grothoff <christian@grothoff.org>
Mon, 8 Jul 2013 09:52:01 +0000 (09:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 8 Jul 2013 09:52:01 +0000 (09:52 +0000)
src/ats/Makefile.am
src/include/gnunet_multicast_service.h
src/include/gnunet_psyc_service.h
src/include/gnunet_regex_service.h
src/regex/regex_api.c

index 3ab0a29297704b2ee286b397aa7ec8ec3caebf70..f9aca59b60629494a6ca8ff1b9c5cbfc37d995c7 100644 (file)
@@ -267,4 +267,3 @@ EXTRA_DIST = \
   ats.h \
   test_ats_api.conf \
   test_ats_mlp.conf
-
index d48d7ce7c660f7ae505b92cd6fe6f7a2c72a5d74..3119b0b3c374380643572eb5f92fe6c080c34f77 100644 (file)
@@ -245,6 +245,7 @@ typedef void (*GNUNET_MULTICAST_JoinCallback)(void *cls,
                                               const struct GNUNET_MessageHeader *msg,
                                               struct GNUNET_MULTICAST_JoinHandle *jh);
 
+
 /** 
  * Method called whenever another peer wants to leave the multicast group.
  *
index c0c407bb52fb91cc5e3448c8add363bc2e0219d5..dceea285a178bb5921365d4aad21a1e08c52362c 100644 (file)
@@ -48,7 +48,7 @@
  *   and variables must fit into memory and cannot be streamed
  *   (thus, no passing of 4 GB of data in a variable; 
  *   once we implement this, we might want to create a
- *   @c #define for the maximum size of a variable).
+ *   @c \#define for the maximum size of a variable).
  * - PSYC defines standard variables, methods, etc.  This
  *   library deliberately abstracts over all of these; a
  *   higher-level API should combine the naming system (GADS)
index c55b272f7af5d5805186fa1db2cb1ba10c44d8a0..d1d7c03f6a549ddc2ab4cf9737655e410dfb5ff9 100644 (file)
@@ -123,7 +123,7 @@ GNUNET_REGEX_search (const struct GNUNET_CONFIGURATION_Handle *cfg,
 /**
  * Stop search and free all data used by a GNUNET_REGEX_search call.
  * 
- * @param h Handle returned by a previous GNUNET_REGEX_search call.
+ * @param s Handle returned by a previous GNUNET_REGEX_search call.
  */
 void
 GNUNET_REGEX_search_cancel (struct GNUNET_REGEX_Search *s);
index d51bd4c2108b1cf43444c834cfd2271227418309..b22d78b905388fecf28c119ad29ec596ccc549d1 100644 (file)
@@ -109,7 +109,6 @@ handle_a_reconnect (void *cls,
  * that.
  * 
  * @param cfg configuration to use
- * @param id ID to announce as provider of regex. Own ID in most cases.
  * @param regex Regular expression to announce.
  * @param refresh_delay after what delay should the announcement be repeated?
  * @param compression How many characters per edge can we squeeze?