File indexing completed on 2024-12-08 03:45:02
0001 /* 0002 This file is part of the syndication library 0003 SPDX-FileCopyrightText: 2006 Frank Osterfeld <osterfeld@kde.org> 0004 0005 SPDX-License-Identifier: LGPL-2.0-or-later 0006 */ 0007 0008 #ifndef SYNDICATION_ATOM_ATOM_H 0009 #define SYNDICATION_ATOM_ATOM_H 0010 0011 #include <syndication/atom/category.h> 0012 #include <syndication/atom/constants.h> 0013 #include <syndication/atom/content.h> 0014 #include <syndication/atom/document.h> 0015 #include <syndication/atom/entry.h> 0016 #include <syndication/atom/generator.h> 0017 #include <syndication/atom/link.h> 0018 #include <syndication/atom/parser.h> 0019 #include <syndication/atom/person.h> 0020 #include <syndication/atom/source.h> 0021 0022 namespace Syndication 0023 { 0024 /** 0025 * Atom parser and model classes, representing 0026 * Atom 1.0 documents (Atom 0.3 documents are 0027 * converted by the parser) 0028 */ 0029 namespace Atom 0030 { 0031 } 0032 } 0033 0034 #endif // SYNDICATION_ATOM_ATOM_H