Syndication

atom.h
1 /*
2  This file is part of the syndication library
3  SPDX-FileCopyrightText: 2006 Frank Osterfeld <[email protected]>
4 
5  SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7 
8 #ifndef SYNDICATION_ATOM_ATOM_H
9 #define SYNDICATION_ATOM_ATOM_H
10 
11 #include <syndication/atom/category.h>
12 #include <syndication/atom/constants.h>
13 #include <syndication/atom/content.h>
14 #include <syndication/atom/document.h>
15 #include <syndication/atom/entry.h>
16 #include <syndication/atom/generator.h>
17 #include <syndication/atom/link.h>
18 #include <syndication/atom/parser.h>
19 #include <syndication/atom/person.h>
20 #include <syndication/atom/source.h>
21 
22 namespace Syndication
23 {
24 /**
25  * Atom parser and model classes, representing
26  * Atom 1.0 documents (Atom 0.3 documents are
27  * converted by the parser)
28  */
29 namespace Atom
30 {
31 }
32 }
33 
34 #endif // SYNDICATION_ATOM_ATOM_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 8 2023 03:50:08 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.