fixed doxygen headers
authorJiri Srain <jsrain@suse.cz>
Fri, 18 Nov 2005 13:18:56 +0000 (13:18 +0000)
committerJiri Srain <jsrain@suse.cz>
Fri, 18 Nov 2005 13:18:56 +0000 (13:18 +0000)
22 files changed:
zypp/parser/LibXMLHelper.cc
zypp/parser/LibXMLHelper.h
zypp/parser/XMLNodeIterator.cc
zypp/parser/XMLNodeIterator.h
zypp/parser/yum/YUMFileListParser.cc
zypp/parser/yum/YUMFileListParser.h
zypp/parser/yum/YUMGroupParser.cc
zypp/parser/yum/YUMGroupParser.h
zypp/parser/yum/YUMOtherParser.cc
zypp/parser/yum/YUMOtherParser.h
zypp/parser/yum/YUMParser.h
zypp/parser/yum/YUMParserData.cc
zypp/parser/yum/YUMParserData.h
zypp/parser/yum/YUMPatchParser.cc
zypp/parser/yum/YUMPatchParser.h
zypp/parser/yum/YUMPrimaryParser.cc
zypp/parser/yum/YUMPrimaryParser.h
zypp/parser/yum/YUMRepomdParser.cc
zypp/parser/yum/YUMRepomdParser.h
zypp/parser/yum/schemanames.h
zypp/source/Source.cc
zypp/source/Source.h

index b01338b..0df5cae 100644 (file)
@@ -1,3 +1,14 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/LibXMLHelper.cc
+ *
+*/
 #include <LibXMLHelper.h>
 #include <libxml/tree.h>
 #include <libxml/xmlstring.h>
index d277203..524c25b 100644 (file)
@@ -1,23 +1,14 @@
 /*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
 |                                                                      |
-|                      __   __    ____ _____ ____                      |
-|                      \ \ / /_ _/ ___|_   _|___ \                     |
-|                       \ V / _` \___ \ | |   __) |                    |
-|                        | | (_| |___) || |  / __/                     |
-|                        |_|\__,_|____/ |_| |_____|                    |
-|                                                                      |
-|                               core system                            |
-|                                                        (C) SuSE GmbH |
-\----------------------------------------------------------------------/
-
-File:       LibXMLHelper.h
-
-Author:     Michael Radziej <mir@suse.de>
-Maintainer: Michael Radziej <mir@suse.de>
-
-Purpose:    Helper class to deal with libxml2 with C++
-
-/-*/
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/LibXMLHelper.h
+ *
+*/
 #ifndef LibXMLHelper_h
 #define LibXMLHelper_h
 #include <string>
index 2b46b63..346c011 100644 (file)
@@ -1,22 +1,13 @@
 /*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
 |                                                                      |
-|                      __   __    ____ _____ ____                      |
-|                      \ \ / /_ _/ ___|_   _|___ \                     |
-|                       \ V / _` \___ \ | |   __) |                    |
-|                        | | (_| |___) || |  / __/                     |
-|                        |_|\__,_|____/ |_| |_____|                    |
-|                                                                      |
-|                               core system                            |
-|                                                        (C) SuSE GmbH |
-\----------------------------------------------------------------------/
-
-  File:       XMLNodeIterator.cc
-
-  Author:     Michael Radziej <mir@suse.de>
-  Maintainer: Michael Radziej <mir@suse.de>
-
-  Purpose: Provides an iterator interface for XML files
-
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/XMLNodeIterator.cc
+ *
 */
 
 #include <XMLNodeIterator.h>
index 14a7af1..bb3a31d 100644 (file)
@@ -1,22 +1,13 @@
 /*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
 |                                                                      |
-|                      __   __    ____ _____ ____                      |
-|                      \ \ / /_ _/ ___|_   _|___ \                     |
-|                       \ V / _` \___ \ | |   __) |                    |
-|                        | | (_| |___) || |  / __/                     |
-|                        |_|\__,_|____/ |_| |_____|                    |
-|                                                                      |
-|                               core system                            |
-|                                                        (C) SuSE GmbH |
-\----------------------------------------------------------------------/
-
-  File:       XMLNodeIterator.h
-
-  Author:     Michael Radziej <mir@suse.de>
-  Maintainer: Michael Radziej <mir@suse.de>
-
-  Purpose: Provides an iterator interface for XML files
-
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/XMLNodeIterator.h
+ *
 */
 
 #ifndef XMLNodeIterator_h
index bd1cb07..e4e01c0 100644 (file)
@@ -1,23 +1,15 @@
 /*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
 |                                                                      |
-|                      __   __    ____ _____ ____                      |
-|                      \ \ / /_ _/ ___|_   _|___ \                     |
-|                       \ V / _` \___ \ | |   __) |                    |
-|                        | | (_| |___) || |  / __/                     |
-|                        |_|\__,_|____/ |_| |_____|                    |
-|                                                                      |
-|                               core system                            |
-|                                                        (C) SuSE GmbH |
-\----------------------------------------------------------------------/
-
-File:       YUMFileListParser.cc
-
-Author:     Michael Radziej <mir@suse.de>
-Maintainer: Michael Radziej <mir@suse.de>
-
-Purpose:    Parses file list files in a YUM repository
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMFileListParser.cc
+ *
+*/
 
-/-*/
 
 
 #include <YUMFileListParser.h>
index fe7dacd..d80f61c 100644 (file)
@@ -1,23 +1,15 @@
 /*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
 |                                                                      |
-|                      __   __    ____ _____ ____                      |
-|                      \ \ / /_ _/ ___|_   _|___ \                     |
-|                       \ V / _` \___ \ | |   __) |                    |
-|                        | | (_| |___) || |  / __/                     |
-|                        |_|\__,_|____/ |_| |_____|                    |
-|                                                                      |
-|                               core system                            |
-|                                                        (C) SuSE GmbH |
-\----------------------------------------------------------------------/
-
-File:       YUMFileListParser.h
-
-Author:     Michael Radziej <mir@suse.de>
-Maintainer: Michael Radziej <mir@suse.de>
-
-Purpose: Parses file list files in a YUM repository
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMFileListParser.h
+ *
+*/
 
-/-*/
 
 #ifndef YUMFileListParser_h
 #define YUMFileListParser_h
index 32c84cd..f7789a1 100644 (file)
@@ -1,3 +1,15 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMGroupParser.cc
+ *
+*/
+
 #include <YUMGroupParser.h>
 #include <zypp/parser/LibXMLHelper.h>
 #include <istream>
index cc245ce..fdd5eea 100644 (file)
@@ -1,3 +1,15 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMGroupParser.h
+ *
+*/
+
 
 
 #ifndef YUMGroupParser_h
index d4a6f6f..f41e1a6 100644 (file)
@@ -1,23 +1,15 @@
 /*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
 |                                                                      |
-|                      __   __    ____ _____ ____                      |
-|                      \ \ / /_ _/ ___|_   _|___ \                     |
-|                       \ V / _` \___ \ | |   __) |                    |
-|                        | | (_| |___) || |  / __/                     |
-|                        |_|\__,_|____/ |_| |_____|                    |
-|                                                                      |
-|                               core system                            |
-|                                                        (C) SuSE GmbH |
-\----------------------------------------------------------------------/
-
-File:       YUMOtherParser.cc
-
-Author:     Michael Radziej <mir@suse.de>
-Maintainer: Michael Radziej <mir@suse.de>
-
-Purpose:    Parses other.xml files in a YUM repository
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMOtherParser.cc
+ *
+*/
 
-/-*/
 
 
 #include <YUMOtherParser.h>
index 3eef7d3..9087468 100644 (file)
@@ -1,23 +1,15 @@
 /*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
 |                                                                      |
-|                      __   __    ____ _____ ____                      |
-|                      \ \ / /_ _/ ___|_   _|___ \                     |
-|                       \ V / _` \___ \ | |   __) |                    |
-|                        | | (_| |___) || |  / __/                     |
-|                        |_|\__,_|____/ |_| |_____|                    |
-|                                                                      |
-|                               core system                            |
-|                                                        (C) SuSE GmbH |
-\----------------------------------------------------------------------/
-
-File:       YUMOtherParser.h
-
-Author:     Michael Radziej <mir@suse.de>
-Maintainer: Michael Radziej <mir@suse.de>
-
-Purpose:    Parses other.xml files in a YUM repository
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMOtherParser.h
+ *
+*/
 
-/-*/
 
 #ifndef YUMOtherParser_h
 #define YUMOtherParser_h
index d24e279..ae25d4b 100644 (file)
@@ -1,22 +1,15 @@
 /*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
 |                                                                      |
-|                      __   __    ____ _____ ____                      |
-|                      \ \ / /_ _/ ___|_   _|___ \                     |
-|                       \ V / _` \___ \ | |   __) |                    |
-|                        | | (_| |___) || |  / __/                     |
-|                        |_|\__,_|____/ |_| |_____|                    |
-|                                                                      |
-|                               core system                            |
-|                                                        (C) SuSE GmbH |
-\----------------------------------------------------------------------/
-
-File:       YUMParser.h
-
-Author:     Michael Radziej <mir@suse.de>
-Maintainer: Michael Radziej <mir@suse.de>
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMParser.h
+ *
+*/
 
-Purpose: Declare everything you need to use YUM parsers.
-/-*/
 
 #ifndef YUMParser_h
 #define YUMParser_h
index 21bc196..47d9808 100644 (file)
@@ -1,24 +1,15 @@
 /*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
 |                                                                      |
-|                      __   __    ____ _____ ____                      |
-|                      \ \ / /_ _/ ___|_   _|___ \                     |
-|                       \ V / _` \___ \ | |   __) |                    |
-|                        | | (_| |___) || |  / __/                     |
-|                        |_|\__,_|____/ |_| |_____|                    |
-|                                                                      |
-|                               core system                            |
-|                                                        (C) SuSE GmbH |
-\----------------------------------------------------------------------/
-
-File:       YUMParserData.cc
-
-Author:     Michael Radziej <mir@suse.de>
-Maintainer: Michael Radziej <mir@suse.de>
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMParserData.cc
+ *
+*/
 
-Purpose:    Boring constructors of YUM repository data structures
-            and also boring output operators
-            Don't read in a tired mood.
-/-*/
 
 
 #include <YUMParserData.h>
index 1e1a1aa..bb920f8 100644 (file)
@@ -1,25 +1,19 @@
 /*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
 |                                                                      |
-|                      __   __    ____ _____ ____                      |
-|                      \ \ / /_ _/ ___|_   _|___ \                     |
-|                       \ V / _` \___ \ | |   __) |                    |
-|                        | | (_| |___) || |  / __/                     |
-|                        |_|\__,_|____/ |_| |_____|                    |
-|                                                                      |
-|                               core system                            |
-|                                                        (C) SuSE GmbH |
-\----------------------------------------------------------------------/
-
-File:       YUMParserData.h
-
-Author:     Michael Radziej <mir@suse.de>
-Maintainer: Michael Radziej <mir@suse.de>
-
-Purpose: Declares the various YUMData classes, which are rather dumb
-         structure-like classes that hold the data of specific YUM
-         repository files. The parsers (YUM...Parser) create these objects,
-         and the YUM installation source use them to build more sophisticated
-         objects.
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMParserData.h
+ *
+ * 
+ * Purpose: Declares the various YUMData classes, which are rather dumb
+ *          structure-like classes that hold the data of specific YUM
+ *          repository files. The parsers (YUM...Parser) create these objects,
+ *          and the YUM installation source use them to build more
+ *          sophisticated objects.
 /-*/
 
 #ifndef YUMParserData_h
index 47ab044..a4ae436 100644 (file)
@@ -1,3 +1,15 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMPatchParser.cc
+ *
+*/
+
 #include <YUMPatchParser.h>
 #include <YUMPrimaryParser.h>
 #include <istream>
index 917f692..2030938 100644 (file)
@@ -1,3 +1,15 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMPatchParser.h
+ *
+*/
+
 
 
 #ifndef YUMPatchParser_h
index b8a752e..c785f49 100644 (file)
@@ -1,3 +1,15 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMPrimaryParser.cc
+ *
+*/
+
 #include <YUMPrimaryParser.h>
 #include <istream>
 #include <string>
index 91a8922..752c6bd 100644 (file)
@@ -1,3 +1,15 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMPrimaryParser.h
+ *
+*/
+
 
 
 #ifndef YUMPrimaryParser_h
index 34b8a64..67a7aa9 100644 (file)
@@ -1,3 +1,15 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMRepomdParser.cc
+ *
+*/
+
 #include <YUMRepomdParser.h>
 #include <zypp/parser/LibXMLHelper.h>
 #include <istream>
index 2829994..ddaabcb 100644 (file)
@@ -1,3 +1,15 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/YUMRepomdParser.h
+ *
+*/
+
 
 
 #ifndef YUMRepomdParser_h
index 3ba380f..1ef7944 100644 (file)
@@ -1,23 +1,15 @@
 /*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
 |                                                                      |
-|                      __   __    ____ _____ ____                      |
-|                      \ \ / /_ _/ ___|_   _|___ \                     |
-|                       \ V / _` \___ \ | |   __) |                    |
-|                        | | (_| |___) || |  / __/                     |
-|                        |_|\__,_|____/ |_| |_____|                    |
-|                                                                      |
-|                               core system                            |
-|                                                        (C) SuSE GmbH |
-\----------------------------------------------------------------------/
-
-File:       schemanames.h
-
-Author:     Michael Radziej <mir@suse.de>
-Maintainer: Michael Radziej <mir@suse.de>
-
-Purpose:    Pathnames of schemas for validation
+\---------------------------------------------------------------------*/
+/** \file zypp/parser/yum/schemanames.h
+ *
+*/
 
-/-*/
 
 #ifndef schemanames_h
 #define schemanames_h
index 99232ae..f66061a 100644 (file)
@@ -6,7 +6,7 @@
 |                         /_____||_| |_| |_|                           |
 |                                                                      |
 \---------------------------------------------------------------------*/
-/** \file zypp/detail/ResolvableImpl.cc
+/** \file zypp/source/Source.cc
  *
 */
 #include <iostream>
index 90b1237..0546060 100644 (file)
@@ -6,7 +6,7 @@
 |                         /_____||_| |_| |_|                           |
 |                                                                      |
 \---------------------------------------------------------------------*/
-/** \file zypp/detail/Source.h
+/** \file zypp/source/Source.h
  *
 */
 #ifndef ZYPP_DETAIL_SOURCE_H