Update of /cvsroot/libexif/libexif/libexif
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16052/libexif
Modified Files:
exif-data.h
Log Message:
Removed some bogus Doxygen comments
Index: exif-data.h
===================================================================
RCS file: /cvsroot/libexif/libexif/libexif/exif-data.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -d -r1.15 -r1.16
--- exif-data.h 17 Feb 2008 18:31:55 -0000 1.15
+++ exif-data.h 6 Nov 2008 07:31:28 -0000 1.16
@@ -1,5 +1,5 @@
/*! \file exif-data.h
- * \brief FIXME foo bar blah
+ * \brief Defines the ExifData type and the associated functions.
*
* \author Lutz Mueller <lu...@us...>
* \date 2001-2005
@@ -55,8 +55,6 @@ ExifData *exif_data_new_mem (ExifM
/*! \brief load exif data from file
* \param[in] path filename including path
- *
- * Foo bar blah bleh baz.
*/
ExifData *exif_data_new_from_file (const char *path);
ExifData *exif_data_new_from_data (const unsigned char *data,
|