summaryrefslogtreecommitdiff
path: root/src/gd_jpeg.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-08-14 15:52:43 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-08-14 16:11:05 +0200
commit9a3bd7077eff052913f9a3e65b99e40b4cfc18e9 (patch)
tree98ea13e32038076b7e6c1ba42c06828281725f0a /src/gd_jpeg.c
parentb7a01fe6e3a2b70c4f77f577947d36ae925dad06 (diff)
downloadlibgd-9a3bd7077eff052913f9a3e65b99e40b4cfc18e9.tar.gz
Group the supported image formats in the menu of the docs
To do so we have to add Menu.txt to the project, but we can ignore Languages.txt and Topics.txt, at least for now.
Diffstat (limited to 'src/gd_jpeg.c')
-rw-r--r--src/gd_jpeg.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gd_jpeg.c b/src/gd_jpeg.c
index 5123395..0b0a102 100644
--- a/src/gd_jpeg.c
+++ b/src/gd_jpeg.c
@@ -21,6 +21,11 @@
* Christian Aberger
*/
+/**
+ * File: JPEG IO
+ *
+ * Read and write JPEG images.
+ */
#ifdef HAVE_CONFIG_H
# include "config.h"