summaryrefslogtreecommitdiff
path: root/src/gd_gif_out.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_gif_out.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_gif_out.c')
-rw-r--r--src/gd_gif_out.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gd_gif_out.c b/src/gd_gif_out.c
index 3099d49..c35db28 100644
--- a/src/gd_gif_out.c
+++ b/src/gd_gif_out.c
@@ -1,3 +1,9 @@
+/**
+ * File: GIF Output
+ *
+ * Write GIF images.
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif