Convert comments in .h files to Doxygen style comments
[geeqie.git] / src / exif.h
index 6e2ca06..37d675e 100644 (file)
@@ -108,9 +108,12 @@ ExifData *exif_read(gchar *path, gchar *sidecar_path, GHashTable *modified_xmp);
 ExifData *exif_read_fd(FileData *fd);
 void exif_free_fd(FileData *fd, ExifData *exif);
 
-/* exif_read returns processed data (merged from image and sidecar, etc.)
-   this function gives access to the original data from the image.
-   original data are part of the processed data and should not be freed separately */
+/**
+ * \headerfile exif_get_original
+ * exif_read returns processed data (merged from image and sidecar, etc.)
+ * this function gives access to the original data from the image.
+ * original data are part of the processed data and should not be freed separately
+ */
 ExifData *exif_get_original(ExifData *processed);