diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2007-05-20 20:02:41 +0000 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2007-05-20 20:02:41 +0000 |
commit | f0ba950531debfcfd1f1740167d13b535149b21d (patch) | |
tree | c1209d540bbce2b323607775e7315dd1e9009365 /libgphoto2/gphoto2-context.c | |
parent | 461ba98b1e908235daf7273cf4291666a326516a (diff) | |
download | libgphoto2-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/gphoto2-context.c')
-rw-r--r-- | libgphoto2/gphoto2-context.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libgphoto2/gphoto2-context.c b/libgphoto2/gphoto2-context.c index 9b08836f2..70972da62 100644 --- a/libgphoto2/gphoto2-context.c +++ b/libgphoto2/gphoto2-context.c @@ -1,17 +1,20 @@ -/* gphoto2-context.c +/** \file gphoto2-context.c * - * Copyright 2001 Lutz Müller <lutz@users.sourceforge.net> + * \author Copyright 2001 Lutz Müller <lutz@users.sourceforge.net> * + * \par License * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser 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 library 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 * Lesser General Public License for more details. * + * \par * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, |