gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27783 - in gnunet/src: ats include regex


From: gnunet
Subject: [GNUnet-SVN] r27783 - in gnunet/src: ats include regex
Date: Mon, 8 Jul 2013 11:52:01 +0200

Author: grothoff
Date: 2013-07-08 11:52:01 +0200 (Mon, 08 Jul 2013)
New Revision: 27783

Modified:
   gnunet/src/ats/Makefile.am
   gnunet/src/include/gnunet_multicast_service.h
   gnunet/src/include/gnunet_psyc_service.h
   gnunet/src/include/gnunet_regex_service.h
   gnunet/src/regex/regex_api.c
Log:
-doxygen

Modified: gnunet/src/ats/Makefile.am
===================================================================
--- gnunet/src/ats/Makefile.am  2013-07-08 07:16:23 UTC (rev 27782)
+++ gnunet/src/ats/Makefile.am  2013-07-08 09:52:01 UTC (rev 27783)
@@ -267,4 +267,3 @@
   ats.h \
   test_ats_api.conf \
   test_ats_mlp.conf
-

Modified: gnunet/src/include/gnunet_multicast_service.h
===================================================================
--- gnunet/src/include/gnunet_multicast_service.h       2013-07-08 07:16:23 UTC 
(rev 27782)
+++ gnunet/src/include/gnunet_multicast_service.h       2013-07-08 09:52:01 UTC 
(rev 27783)
@@ -245,6 +245,7 @@
                                               const struct 
GNUNET_MessageHeader *msg,
                                               struct 
GNUNET_MULTICAST_JoinHandle *jh);
 
+
 /** 
  * Method called whenever another peer wants to leave the multicast group.
  *

Modified: gnunet/src/include/gnunet_psyc_service.h
===================================================================
--- gnunet/src/include/gnunet_psyc_service.h    2013-07-08 07:16:23 UTC (rev 
27782)
+++ gnunet/src/include/gnunet_psyc_service.h    2013-07-08 09:52:01 UTC (rev 
27783)
@@ -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)

Modified: gnunet/src/include/gnunet_regex_service.h
===================================================================
--- gnunet/src/include/gnunet_regex_service.h   2013-07-08 07:16:23 UTC (rev 
27782)
+++ gnunet/src/include/gnunet_regex_service.h   2013-07-08 09:52:01 UTC (rev 
27783)
@@ -123,7 +123,7 @@
 /**
  * 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);

Modified: gnunet/src/regex/regex_api.c
===================================================================
--- gnunet/src/regex/regex_api.c        2013-07-08 07:16:23 UTC (rev 27782)
+++ gnunet/src/regex/regex_api.c        2013-07-08 09:52:01 UTC (rev 27783)
@@ -109,7 +109,6 @@
  * 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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]