diff --git a/src/collectionpage/collectionexpirypage.h b/src/collectionpage/collectionexpirypage.h index 673207b..6a48033 100644 --- a/src/collectionpage/collectionexpirypage.h +++ b/src/collectionpage/collectionexpirypage.h @@ -33,7 +33,10 @@ class QRadioButton; namespace MailCommon { class FolderRequester; - +/** + * @brief The CollectionExpiryPage class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT CollectionExpiryPage : public Akonadi::CollectionPropertiesPage { Q_OBJECT diff --git a/src/collectionpage/collectiongeneralpage.h b/src/collectionpage/collectiongeneralpage.h index 8d997d7..fe70a05 100644 --- a/src/collectionpage/collectiongeneralpage.h +++ b/src/collectionpage/collectiongeneralpage.h @@ -38,6 +38,10 @@ class IdentityCombo; class QVBoxLayout; namespace MailCommon { class FolderSettings; +/** + * @brief The CollectionGeneralPage class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT CollectionGeneralPage : public Akonadi::CollectionPropertiesPage { Q_OBJECT diff --git a/src/filter/filterimporter/filterimportergmail.h b/src/filter/filterimporter/filterimportergmail.h index a6d24a2..44e4ea5 100644 --- a/src/filter/filterimporter/filterimportergmail.h +++ b/src/filter/filterimporter/filterimportergmail.h @@ -22,6 +22,10 @@ #include "filter/filterimporter/filterimporterabstract.h" class QFile; namespace MailCommon { +/** + * @brief The FilterImporterGmail class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT FilterImporterGmail : public FilterImporterAbstract { public: diff --git a/src/filter/filterimporter/filterimporterthunderbird.h b/src/filter/filterimporter/filterimporterthunderbird.h index ff0b53e..9152741 100644 --- a/src/filter/filterimporter/filterimporterthunderbird.h +++ b/src/filter/filterimporter/filterimporterthunderbird.h @@ -27,7 +27,10 @@ class QFile; namespace MailCommon { class MailFilter; - +/** + * @brief The FilterImporterThunderbird class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT FilterImporterThunderbird : public FilterImporterAbstract { public: diff --git a/src/filter/filterimporterpathcache.h b/src/filter/filterimporterpathcache.h index c9f31f5..b7cb742 100644 --- a/src/filter/filterimporterpathcache.h +++ b/src/filter/filterimporterpathcache.h @@ -24,6 +24,10 @@ #include #include "mailcommon_export.h" namespace MailCommon { +/** + * @brief The FilterImporterPathCache class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT FilterImporterPathCache : public QObject { Q_OBJECT diff --git a/src/filter/invalidfilters/invalidfilterwidget.h b/src/filter/invalidfilters/invalidfilterwidget.h index 560a848..e3c1189 100644 --- a/src/filter/invalidfilters/invalidfilterwidget.h +++ b/src/filter/invalidfilters/invalidfilterwidget.h @@ -25,6 +25,10 @@ namespace MailCommon { class InvalidFilterListView; +/** + * @brief The InvalidFilterWidget class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT InvalidFilterWidget : public QWidget { Q_OBJECT diff --git a/src/filter/mailfilter.h b/src/filter/mailfilter.h index 377b9a0..50358f8 100644 --- a/src/filter/mailfilter.h +++ b/src/filter/mailfilter.h @@ -36,6 +36,9 @@ class KConfigGroup; namespace MailCommon { +/** + * @brief The MailFilter class + */ class MAILCOMMON_EXPORT MailFilter { friend MAILCOMMON_EXPORT QDataStream &operator<<(QDataStream &stream, const MailFilter &filter); diff --git a/src/folder/accountconfigorderdialog.h b/src/folder/accountconfigorderdialog.h index 650265e..b12d730 100644 --- a/src/folder/accountconfigorderdialog.h +++ b/src/folder/accountconfigorderdialog.h @@ -25,6 +25,10 @@ namespace MailCommon { class AccountConfigOrderDialogPrivate; class MailCommonSettings; +/** + * @brief The AccountConfigOrderDialog class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT AccountConfigOrderDialog : public QDialog { Q_OBJECT diff --git a/src/folder/foldercollectionmonitor.h b/src/folder/foldercollectionmonitor.h index 3623d4b..f5c610c 100644 --- a/src/folder/foldercollectionmonitor.h +++ b/src/folder/foldercollectionmonitor.h @@ -37,6 +37,10 @@ class Session; namespace MailCommon { class FolderCollectionMonitorPrivate; +/** + * @brief The FolderCollectionMonitor class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT FolderCollectionMonitor : public QObject { Q_OBJECT diff --git a/src/folder/foldersettings.h b/src/folder/foldersettings.h index fad9cba..c0c2cce 100644 --- a/src/folder/foldersettings.h +++ b/src/folder/foldersettings.h @@ -33,6 +33,10 @@ using MessageCore::MailingList; #include namespace MailCommon { +/** + * @brief The FolderSettings class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT FolderSettings : public QObject { Q_OBJECT diff --git a/src/folder/foldertreewidgetproxymodel.h b/src/folder/foldertreewidgetproxymodel.h index 2ecd04b..2897861 100644 --- a/src/folder/foldertreewidgetproxymodel.h +++ b/src/folder/foldertreewidgetproxymodel.h @@ -25,6 +25,10 @@ #include "mailcommon_export.h" namespace MailCommon { +/** + * @brief The FolderTreeWidgetProxyModel class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT FolderTreeWidgetProxyModel : public Akonadi::EntityRightsFilterModel { Q_OBJECT diff --git a/src/job/folderjob.h b/src/job/folderjob.h index ad9f28a..2919700 100644 --- a/src/job/folderjob.h +++ b/src/job/folderjob.h @@ -35,6 +35,9 @@ #include "mailcommon_export.h" namespace MailCommon { +/** + * @brief The FolderJob class + */ class MAILCOMMON_EXPORT FolderJob : public QObject { Q_OBJECT diff --git a/src/snippets/snippetsmanager.h b/src/snippets/snippetsmanager.h index e77a3e7..cd951c7 100644 --- a/src/snippets/snippetsmanager.h +++ b/src/snippets/snippetsmanager.h @@ -32,6 +32,10 @@ class QAbstractItemModel; class QAction; class QItemSelectionModel; namespace MailCommon { +/** + * @brief The SnippetInfo struct + * @author Laurent Montel + */ struct MAILCOMMON_EXPORT SnippetInfo { SnippetInfo(const QString &_subject, const QString &_text, const QString &_to, const QString &_cc, const QString &_bcc, const QString &_attachment) : subject(_subject) @@ -50,7 +54,10 @@ struct MAILCOMMON_EXPORT SnippetInfo { QString bcc; QString attachment; }; - +/** + * @brief The SnippetsManager class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT SnippetsManager : public QObject { Q_OBJECT diff --git a/src/snippets/snippetsmodel.h b/src/snippets/snippetsmodel.h index 89e07bb..3309a3d 100644 --- a/src/snippets/snippetsmodel.h +++ b/src/snippets/snippetsmodel.h @@ -27,7 +27,10 @@ #include "mailcommon_export.h" namespace MailCommon { class SnippetItem; - +/** + * @brief The SnippetsInfo struct + * @author Laurent Montel + */ struct MAILCOMMON_EXPORT SnippetsInfo { QString newName; @@ -41,6 +44,10 @@ struct MAILCOMMON_EXPORT SnippetsInfo QString attachment; }; +/** + * @brief The SnippetsModel class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT SnippetsModel : public QAbstractItemModel { Q_OBJECT diff --git a/src/snippets/snippetwidget.h b/src/snippets/snippetwidget.h index ccb4f73..d5116d2 100644 --- a/src/snippets/snippetwidget.h +++ b/src/snippets/snippetwidget.h @@ -27,6 +27,10 @@ class KActionCollection; class SnippetWidgetPrivate; namespace MailCommon { +/** + * @brief The SnippetWidget class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT SnippetWidget : public QWidget { Q_OBJECT diff --git a/src/widgets/favoritecollectionwidget.h b/src/widgets/favoritecollectionwidget.h index 60b7f0c..a7a850d 100644 --- a/src/widgets/favoritecollectionwidget.h +++ b/src/widgets/favoritecollectionwidget.h @@ -29,6 +29,10 @@ class KActionCollection; namespace MailCommon { class MailCommonSettings; +/** + * @brief The FavoriteCollectionWidget class + * @author Laurent Montel + */ class MAILCOMMON_EXPORT FavoriteCollectionWidget : public Akonadi::EntityListView { Q_OBJECT