From 6f9b10db6168853e3105e377c2c05a98cbb3c139 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Tue, 10 Feb 2004 02:41:43 +0000 Subject: [PATCH] Pseudo headerfile containing only Dozygen documentation --- src/doxygen.hpp | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/doxygen.hpp diff --git a/src/doxygen.hpp b/src/doxygen.hpp new file mode 100644 index 00000000..399bfa4b --- /dev/null +++ b/src/doxygen.hpp @@ -0,0 +1,39 @@ +// ***************************************************************** -*- C++ -*- +/* + */ +/*! + @file doxygen.hpp + @brief Additional documentation, this file contains no source code + @version $Name: $ $Revision: 1.1 $ + @author Andreas Huggel (ahu) + ahuggel@gmx.net + @date 07-Feb-04, ahu: created + */ +/*! + @mainpage Exiv2 + + List of %Exif tags as defined in Exiv2 + +
+ +

Copyright (C) 2004 Andreas Huggel

+ +

Exiv2 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.

+ +

Exiv2 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.

+ +

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.

+ +*/ +/*! + @example example1.cpp + Sample usage of high-level metadata operations. +*/