gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29881 - in gnunet/src: conversation fs include namestore r


From: gnunet
Subject: [GNUnet-SVN] r29881 - in gnunet/src: conversation fs include namestore revocation
Date: Sun, 6 Oct 2013 00:40:56 +0200

Author: grothoff
Date: 2013-10-06 00:40:56 +0200 (Sun, 06 Oct 2013)
New Revision: 29881

Modified:
   gnunet/src/conversation/gnunet-conversation.c
   gnunet/src/conversation/gnunet-service-conversation.c
   gnunet/src/fs/fs_file_information.c
   gnunet/src/include/gnunet_fs_service.h
   gnunet/src/include/gnunet_namestore_service.h
   gnunet/src/include/gnunet_revocation_service.h
   gnunet/src/namestore/namestore_api_common.c
   gnunet/src/revocation/revocation_api.c
Log:
-doxygen

Modified: gnunet/src/conversation/gnunet-conversation.c
===================================================================
--- gnunet/src/conversation/gnunet-conversation.c       2013-10-05 19:49:30 UTC 
(rev 29880)
+++ gnunet/src/conversation/gnunet-conversation.c       2013-10-05 22:40:56 UTC 
(rev 29881)
@@ -354,7 +354,7 @@
 /**
  * Action function to print help for the command shell.
  *
- * @param arguments arguments given to the command
+ * @param args arguments given to the command
  */
 static void
 do_help (const char *args);
@@ -375,7 +375,7 @@
 /**
  * Handler for unknown command.
  *
- * @param args arguments given to the command
+ * @param msg arguments given to the command
  */
 static void
 do_unknown (const char *msg)
@@ -389,7 +389,7 @@
 /**
  * Initiating a new call
  *
- * @param args arguments given to the command
+ * @param arg arguments given to the command
  */
 static void
 do_call (const char *arg)

Modified: gnunet/src/conversation/gnunet-service-conversation.c
===================================================================
--- gnunet/src/conversation/gnunet-service-conversation.c       2013-10-05 
19:49:30 UTC (rev 29880)
+++ gnunet/src/conversation/gnunet-service-conversation.c       2013-10-05 
22:40:56 UTC (rev 29881)
@@ -527,7 +527,7 @@
  * @param cls the `struct Line` we are transmitting for
  * @param size number of bytes available in @a buf
  * @param buf where to copy the data
- * @return number of bytes copied to @buf
+ * @return number of bytes copied to @a buf
  */
 static size_t
 transmit_line_audio (void *cls,

Modified: gnunet/src/fs/fs_file_information.c
===================================================================
--- gnunet/src/fs/fs_file_information.c 2013-10-05 19:49:30 UTC (rev 29880)
+++ gnunet/src/fs/fs_file_information.c 2013-10-05 22:40:56 UTC (rev 29881)
@@ -273,9 +273,6 @@
 
 /**
  * Create an entry for an empty directory in a publish-structure.
- * This function should be used by applications for which the
- * use of "GNUNET_FS_file_information_create_from_directory"
- * is not appropriate.
  *
  * @param h handle to the file sharing subsystem
  * @param client_info initial value for the client-info value for this entry

Modified: gnunet/src/include/gnunet_fs_service.h
===================================================================
--- gnunet/src/include/gnunet_fs_service.h      2013-10-05 19:49:30 UTC (rev 
29880)
+++ gnunet/src/include/gnunet_fs_service.h      2013-10-05 22:40:56 UTC (rev 
29881)
@@ -1841,9 +1841,6 @@
 
 /**
  * Create an entry for an empty directory in a publish-structure.
- * This function should be used by applications for which the
- * use of #GNUNET_FS_file_information_create_from_directory
- * is not appropriate.
  *
  * @param h handle to the file sharing subsystem
  * @param client_info initial client-info value for this entry

Modified: gnunet/src/include/gnunet_namestore_service.h
===================================================================
--- gnunet/src/include/gnunet_namestore_service.h       2013-10-05 19:49:30 UTC 
(rev 29880)
+++ gnunet/src/include/gnunet_namestore_service.h       2013-10-05 22:40:56 UTC 
(rev 29881)
@@ -568,7 +568,7 @@
 /**
  * Convert a type name (i.e. "AAAA") to the corresponding number.
  *
- * @param typename name to convert
+ * @param dns_typename name to convert
  * @return corresponding number, UINT32_MAX on error
  */
 uint32_t

Modified: gnunet/src/include/gnunet_revocation_service.h
===================================================================
--- gnunet/src/include/gnunet_revocation_service.h      2013-10-05 19:49:30 UTC 
(rev 29880)
+++ gnunet/src/include/gnunet_revocation_service.h      2013-10-05 22:40:56 UTC 
(rev 29881)
@@ -104,7 +104,7 @@
  *             (called with `is_valid` being #GNUNET_NO if
  *              the revocation worked).
  * @param func_cls closure to pass to @a func
- * @return handle to use in #GNUNET_REVOCATION_cancel to stop REVOCATION from 
invoking the callback
+ * @return handle to use in #GNUNET_REVOCATION_revoke_cancel to stop 
REVOCATION from invoking the callback
  */
 struct GNUNET_REVOCATION_Handle *
 GNUNET_REVOCATION_revoke (const struct GNUNET_CONFIGURATION_Handle *cfg,

Modified: gnunet/src/namestore/namestore_api_common.c
===================================================================
--- gnunet/src/namestore/namestore_api_common.c 2013-10-05 19:49:30 UTC (rev 
29880)
+++ gnunet/src/namestore/namestore_api_common.c 2013-10-05 22:40:56 UTC (rev 
29881)
@@ -1129,7 +1129,7 @@
 /**
  * Convert a type name (i.e. "AAAA") to the corresponding number.
  *
- * @param typename name to convert
+ * @param dns_typename name to convert
  * @return corresponding number, UINT32_MAX on error
  */
 uint32_t

Modified: gnunet/src/revocation/revocation_api.c
===================================================================
--- gnunet/src/revocation/revocation_api.c      2013-10-05 19:49:30 UTC (rev 
29880)
+++ gnunet/src/revocation/revocation_api.c      2013-10-05 22:40:56 UTC (rev 
29881)
@@ -160,7 +160,7 @@
  *             (called with `is_valid` being #GNUNET_NO if
  *              the revocation worked).
  * @param func_cls closure to pass to @a func
- * @return handle to use in #GNUNET_REVOCATION_cancel to stop REVOCATION from 
invoking the callback
+ * @return handle to use in #GNUNET_REVOCATION_revoke_cancel to stop 
REVOCATION from invoking the callback
  */
 struct GNUNET_REVOCATION_Handle *
 GNUNET_REVOCATION_revoke (const struct GNUNET_CONFIGURATION_Handle *cfg,




reply via email to

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