summaryrefslogtreecommitdiff
path: root/libgphoto2/exif.c
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-05-20 20:02:41 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-05-20 20:02:41 +0000
commitf0ba950531debfcfd1f1740167d13b535149b21d (patch)
treec1209d540bbce2b323607775e7315dd1e9009365 /libgphoto2/exif.c
parent461ba98b1e908235daf7273cf4291666a326516a (diff)
downloadlibgphoto2-f0ba950531debfcfd1f1740167d13b535149b21d.tar.gz
marked up some files for doxygen.
marked 2 unexported variables static in gphoto2-settings.c. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10264 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/exif.c')
-rw-r--r--libgphoto2/exif.c14
1 files changed, 9 insertions, 5 deletions
diff --git a/libgphoto2/exif.c b/libgphoto2/exif.c
index 7d1d6462a..b4fbed9a8 100644
--- a/libgphoto2/exif.c
+++ b/libgphoto2/exif.c
@@ -1,7 +1,7 @@
-#include "exif.h"
-/*
- EXIF file library for GPHOTO package
- Copyright © 1999 Matthew G. Martin
+/** \file
+ \brief EXIF file library for GPHOTO package
+
+ \author Copyright 1999 Matthew G. Martin
Generic gphoto implementation and extension by Edouard Lafargue.
@@ -10,20 +10,24 @@
Thanks to Paul Wood <pwood@cs.bris.ac.uk> for sub-ifd parsing.
+ \par License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
+ \par
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
+ \par
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include "exif.h"
/*