summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-08 12:35:11 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-08 12:35:11 +0000
commit8f64d5d223a6ccc60f04e815355c9d3f216a4410 (patch)
tree5ae4e823e45221cd6a92eead6fd5060c0430bec3 /content/fetchers
parentf287379a7cca0717166119ecbf15b4e2dcdbfc56 (diff)
downloadnetsurf-8f64d5d223a6ccc60f04e815355c9d3f216a4410.tar.gz
netsurf-8f64d5d223a6ccc60f04e815355c9d3f216a4410.tar.bz2
Improve Doxygen documentation
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/file.c9
1 files changed, 7 insertions, 2 deletions
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,