[Scummvm-cvs-logs] scummvm master -> db52618833920648b3ced9e2e8a7d692a4aba08f
clone2727
clone2727 at gmail.com
Sun Apr 8 15:00:08 CEST 2012
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
db52618833 GRAPHICS: Add comments on which engines use the decoders
Commit: db52618833920648b3ced9e2e8a7d692a4aba08f
https://github.com/scummvm/scummvm/commit/db52618833920648b3ced9e2e8a7d692a4aba08f
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2012-04-08T05:58:42-07:00
Commit Message:
GRAPHICS: Add comments on which engines use the decoders
Changed paths:
graphics/decoders/bmp.h
graphics/decoders/jpeg.h
graphics/decoders/pict.h
diff --git a/graphics/decoders/bmp.h b/graphics/decoders/bmp.h
index e11b12f..6360aa8 100644
--- a/graphics/decoders/bmp.h
+++ b/graphics/decoders/bmp.h
@@ -19,6 +19,13 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+/**
+ * @file
+ * Image decoder used in engines:
+ * - hugo
+ * - mohawk
+ */
+
#ifndef GRAPHICS_DECODERS_BMP_H
#define GRAPHICS_DECODERS_BMP_H
diff --git a/graphics/decoders/jpeg.h b/graphics/decoders/jpeg.h
index c566d5a..c74aa57 100644
--- a/graphics/decoders/jpeg.h
+++ b/graphics/decoders/jpeg.h
@@ -20,6 +20,13 @@
*
*/
+/**
+ * @file
+ * Image decoder used in engines:
+ * - groovie
+ * - mohawk
+ */
+
#ifndef GRAPHICS_JPEG_H
#define GRAPHICS_JPEG_H
diff --git a/graphics/decoders/pict.h b/graphics/decoders/pict.h
index b1e45a6..1d07df1 100644
--- a/graphics/decoders/pict.h
+++ b/graphics/decoders/pict.h
@@ -20,6 +20,13 @@
*
*/
+/**
+ * @file
+ * Image decoder used in engines:
+ * - mohawk
+ * - sci
+ */
+
#ifndef GRAPHICS_PICT_H
#define GRAPHICS_PICT_H
More information about the Scummvm-git-logs
mailing list