From a2590eb32c70d8bd3d75ce671a1070afeeb699c4 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 14 Sep 2010 08:19:47 +0000 Subject: [PATCH] document --- src/util/configuration.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/util/configuration.c b/src/util/configuration.c index 85c17cb7d..005a8f7d3 100644 --- a/src/util/configuration.c +++ b/src/util/configuration.c @@ -453,11 +453,11 @@ findSection (const struct GNUNET_CONFIGURATION_Handle *cfg, /** - * FIXME. + * Find an entry from a configuration. * - * @param cfg FIXME - * @param section FIXME - * @param key FIXME + * @param cfg handle to the configuration + * @param section section the option is in + * @param key the option * @return matching entry, NULL if not found */ static struct ConfigEntry * -- 2.25.1