Warning, /network/ktp-common-internals/Mainpage.dox is written in an unsupported language. File is not indexed.
0001 /* 0002 This file is part of the KDE Telepathy project. 0003 Copyright (C) 2013 David Edmundson <davidedmundson@kde.org> 0004 0005 This library is free software; you can redistribute it and/or 0006 modify it under the terms of the GNU Lesser General Public 0007 License as published by the Free Software Foundation; either 0008 version 2.1 of the License, or (at your option) version 3, or any 0009 later version accepted by the membership of KDE e.V. (or its 0010 successor approved by the membership of KDE e.V.), which shall 0011 act as a proxy defined in Section 6 of version 3 of the license. 0012 0013 This library is distributed in the hope that it will be useful, 0014 but WITHOUT ANY WARRANTY; without even the implied warranty of 0015 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0016 Lesser General Public License for more details. 0017 0018 You should have received a copy of the GNU Lesser General Public 0019 License along with this library. If not, see <http://www.gnu.org/licenses/>. 0020 */ 0021 0022 0023 /** \mainpage The KDE Telepathy Library 0024 0025 0026 \section overview Introduction 0027 0028 The KTp library extends Telepathy-Qt providing elements which make it easier to incorporate Telepathy into an application. 0029 0030 Our library contains: 0031 <ul> 0032 <li>Models for contacts, accounts and rooms</li> 0033 <li>Classes for dealing with contacts and presences across multiple accounts</li> 0034 <li>Various widgets and dialogs for selecting accounts or contacts</li> 0035 <li>Text message processing</li> 0036 </ul> 0037 */ 0038 0039 /** \namespace KTp 0040 \brief The %KTp namespace contains all the classes for KDE Telepathy 0041 */ 0042 0043 // DOXYGEN_SET_RECURSIVE = YES 0044 // DOXYGEN_SET_EXCLUDE_PATTERNS += *_p.h 0045 // DOXYGEN_SET_PROJECT_NAME = KTp 0046 // vim:ts=4:sw=4:expandtab:filetype=doxygen