gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19953 - in gnunet/src: fs include namestore


From: gnunet
Subject: [GNUnet-SVN] r19953 - in gnunet/src: fs include namestore
Date: Wed, 22 Feb 2012 19:52:24 +0100

Author: grothoff
Date: 2012-02-22 19:52:24 +0100 (Wed, 22 Feb 2012)
New Revision: 19953

Modified:
   gnunet/src/fs/fs_namespace.c
   gnunet/src/fs/fs_namespace_advertise.c
   gnunet/src/include/gnunet_fs_service.h
   gnunet/src/include/gnunet_gns_service.h
   gnunet/src/include/gnunet_namestore_service.h
   gnunet/src/namestore/plugin_namestore_sqlite.c
Log:
-doxygen fixes

Modified: gnunet/src/fs/fs_namespace.c
===================================================================
--- gnunet/src/fs/fs_namespace.c        2012-02-22 18:43:44 UTC (rev 19952)
+++ gnunet/src/fs/fs_namespace.c        2012-02-22 18:52:24 UTC (rev 19953)
@@ -654,7 +654,7 @@
 /**
  * Abort the SKS publishing operation.
  *
- * @param sc context of the operation to abort.
+ * @param psc context of the operation to abort.
  */
 void
 GNUNET_FS_publish_sks_cancel (struct GNUNET_FS_PublishSksContext *psc)

Modified: gnunet/src/fs/fs_namespace_advertise.c
===================================================================
--- gnunet/src/fs/fs_namespace_advertise.c      2012-02-22 18:43:44 UTC (rev 
19952)
+++ gnunet/src/fs/fs_namespace_advertise.c      2012-02-22 18:52:24 UTC (rev 
19953)
@@ -297,7 +297,7 @@
 /**
  * Abort the namespace advertisement operation.
  *
- * @param pkc context of the operation to abort.
+ * @param ac context of the operation to abort.
  */
 void
 GNUNET_FS_namespace_advertise_cancel (struct GNUNET_FS_AdvertisementContext 
*ac)

Modified: gnunet/src/include/gnunet_fs_service.h
===================================================================
--- gnunet/src/include/gnunet_fs_service.h      2012-02-22 18:43:44 UTC (rev 
19952)
+++ gnunet/src/include/gnunet_fs_service.h      2012-02-22 18:52:24 UTC (rev 
19953)
@@ -2195,7 +2195,7 @@
 /**
  * Abort the namespace advertisement operation.
  *
- * @param pkc context of the operation to abort.
+ * @param ac context of the operation to abort.
  */
 void
 GNUNET_FS_namespace_advertise_cancel (struct GNUNET_FS_AdvertisementContext 
*ac);

Modified: gnunet/src/include/gnunet_gns_service.h
===================================================================
--- gnunet/src/include/gnunet_gns_service.h     2012-02-22 18:43:44 UTC (rev 
19952)
+++ gnunet/src/include/gnunet_gns_service.h     2012-02-22 18:52:24 UTC (rev 
19953)
@@ -107,11 +107,9 @@
  * Iterator called on each result obtained for a GNS
  * lookup
  *
- *
  * @param cls closure
  * @param name "name" of the original lookup
  * @param record the records in reply
- * // FIXME: shouldn't this then be an array of pointers? - not sure as of yet
  * @param num_records the number of records in reply
  */
 typedef void (*GNUNET_GNS_LookupIterator) (void *cls,

Modified: gnunet/src/include/gnunet_namestore_service.h
===================================================================
--- gnunet/src/include/gnunet_namestore_service.h       2012-02-22 18:43:44 UTC 
(rev 19952)
+++ gnunet/src/include/gnunet_namestore_service.h       2012-02-22 18:52:24 UTC 
(rev 19953)
@@ -69,8 +69,8 @@
 
 
 /**
- * Disconnect from the namestore service (and free
- * associated resources).
+ * Disconnect from the namestore service (and free associated
+ * resources).
  *
  * @param h handle to the namestore
  * @param drop set to GNUNET_YES to delete all data in namestore (!)

Modified: gnunet/src/namestore/plugin_namestore_sqlite.c
===================================================================
--- gnunet/src/namestore/plugin_namestore_sqlite.c      2012-02-22 18:43:44 UTC 
(rev 19952)
+++ gnunet/src/namestore/plugin_namestore_sqlite.c      2012-02-22 18:52:24 UTC 
(rev 19953)
@@ -890,7 +890,7 @@
  * the signature.
  * 
  * @param cls a 'struct DeleteContext' with a revision to compare against
- * @param zone public key of the zone
+ * @param zone_key public key of the zone
  * @param loc location of the root in the B-tree (depth, revision)
  * @param top_sig signature signing the zone
  * @param zone_time time the signature was created




reply via email to

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