From 18db9a2fc6584fe35b327650534cf0672f4686e7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 13 Jun 2011 19:21:39 +0000 Subject: doxygen --- src/datastore/plugin_datastore_template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/datastore/plugin_datastore_template.c') diff --git a/src/datastore/plugin_datastore_template.c b/src/datastore/plugin_datastore_template.c index 6228e8c0c..8975c0a70 100644 --- a/src/datastore/plugin_datastore_template.c +++ b/src/datastore/plugin_datastore_template.c @@ -92,7 +92,7 @@ template_plugin_put (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 maybe NULL (to match all entries) * @param vhash hash of the value, maybe NULL (to @@ -194,7 +194,7 @@ template_plugin_update (void *cls, * Call the given processor on an item with zero anonymity. * * @param cls our "struct Plugin*" - * @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? * Use 0 for any type. -- cgit v1.2.3