From 6185b254ca92638b45102743a6accf0894f7a890 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 17 Feb 2019 12:08:23 +0000 Subject: improve some comments --- content/handlers/image/jpeg.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'content/handlers/image') diff --git a/content/handlers/image/jpeg.c b/content/handlers/image/jpeg.c index 123a0bf70..e2f5f8f26 100644 --- a/content/handlers/image/jpeg.c +++ b/content/handlers/image/jpeg.c @@ -17,8 +17,9 @@ * along with this program. If not, see . */ -/** \file - * Content for image/jpeg (implementation). +/** + * \file + * implementation of content handling for image/jpeg * * This implementation uses the IJG JPEG library. */ @@ -161,6 +162,9 @@ static void nsjpeg_error_exit(j_common_ptr cinfo) longjmp(*setjmp_buffer, 1); } +/** + * create a bitmap from jpeg content. + */ static struct bitmap * jpeg_cache_convert(struct content *c) { -- cgit v1.2.3