mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
improve some comments
This commit is contained in:
parent
09bbb4571b
commit
6185b254ca
@ -17,8 +17,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** \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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user