From 05f400da954c63b2f0efaf4ffb2ce104aeef29db Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 13 Jun 2011 19:22:06 +0000 Subject: doxygen --- src/include/gnunet_datastore_plugin.h | 6 +++--- src/include/gnunet_datastore_service.h | 4 ++-- src/include/gnunet_time_lib.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/include') diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h index 4d717996d..7d1a3a369 100644 --- a/src/include/gnunet_datastore_plugin.h +++ b/src/include/gnunet_datastore_plugin.h @@ -148,7 +148,7 @@ typedef int (*PluginPut) (void *cls, * Get one of the results for a particular key in the datastore. * * @param cls closure - * @param offset offset of the result (mod #num-results); + * @param offset offset of the result (modulo num-results); * specific ordering does not matter for the offset * @param key key to match, never NULL * @param vhash hash of the value, maybe NULL (to @@ -175,7 +175,7 @@ typedef void (*PluginGetKey) (void *cls, * Get a random item (additional constraints may apply depending on * the specific implementation). Calls 'proc' with all values ZERO or * NULL if no item applies, otherwise 'proc' is called once and only - * once with an item, with the 'next_cls' argument being NULL. + * once with an item. * * @param cls closure * @param proc function to call the value (once only). @@ -220,7 +220,7 @@ typedef int (*PluginUpdate) (void *cls, * (among those applicable). * * @param cls closure - * @param offset offset of the result (mod #num-results); + * @param offset offset of the result (modulo num-results); * specific ordering does not matter for the offset * @param type entries of which type should be considered? * Must not be zero (ANY). diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h index c563e5cc9..e06c0b24b 100644 --- a/src/include/gnunet_datastore_service.h +++ b/src/include/gnunet_datastore_service.h @@ -291,7 +291,7 @@ typedef void (*GNUNET_DATASTORE_DatumProcessor) (void *cls, * will only be called once. * * @param h handle to the datastore - * @param offset offset of the result (mod #num-results); set to + * @param offset offset of the result (modulo num-results); set to * a random 64-bit value initially; then increment by * one each time; detect that all results have been found by uid * being again the first uid ever returned. @@ -323,7 +323,7 @@ GNUNET_DATASTORE_get_key (struct GNUNET_DATASTORE_Handle *h, * Get a single zero-anonymity value from the datastore. * * @param h handle to the datastore - * @param offset offset of the result (mod #num-results); set to + * @param offset offset of the result (modulo num-results); set to * a random 64-bit value initially; then increment by * one each time; detect that all results have been found by uid * being again the first uid ever returned. diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h index 4f0b3b74c..ac6b32278 100644 --- a/src/include/gnunet_time_lib.h +++ b/src/include/gnunet_time_lib.h @@ -291,12 +291,12 @@ struct GNUNET_TIME_Relative GNUNET_TIME_absolute_get_difference (struct * Get the duration of an operation as the * difference of the current time and the given start time "hence". * - * @param hence some absolute time, typically in the past + * @param whence some absolute time, typically in the past * @return aborts if hence==FOREVER, 0 if hence > now, otherwise now-hence. */ struct GNUNET_TIME_Relative GNUNET_TIME_absolute_get_duration (struct GNUNET_TIME_Absolute - hence); + whence); /** -- cgit v1.2.3