From 8f64d5d223a6ccc60f04e815355c9d3f216a4410 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 8 Nov 2014 12:35:11 +0000 Subject: Improve Doxygen documentation --- content/fetchers/file.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/fetchers/file.c b/content/fetchers/file.c index eced97f6f..d42e92a5b 100644 --- a/content/fetchers/file.c +++ b/content/fetchers/file.c @@ -497,9 +497,14 @@ static char *gen_nice_title(char *path) } /** - * generate an output row of the directory listing. + * Generate an output row of the directory listing. * - * @param ent current directory entry. + * \param ctx The file fetching context. + * \param ent current directory entry. + * \param even is the row an even row. + * \param buffer The output buffer. + * \param buffer_len The space available in the output buffer. + * \return NSERROR_OK or error code on faliure. */ static nserror process_dir_ent(struct fetch_file_context *ctx, -- cgit v1.2.3