From f817168d02c71a69bfd833a349890bd558f4a71c Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Wed, 13 Aug 2014 01:07:55 +0200 Subject: [PATCH] Fix remaining doxygen exporting in Plasma.Core --- src/declarativeimports/core/Mainpage.dox | 2 +- src/declarativeimports/core/quicktheme.h | 2 +- src/plasma/plasma.h | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/declarativeimports/core/Mainpage.dox b/src/declarativeimports/core/Mainpage.dox index 9bc98361a..c49aa9bb2 100644 --- a/src/declarativeimports/core/Mainpage.dox +++ b/src/declarativeimports/core/Mainpage.dox @@ -4,7 +4,7 @@ Uncreatable Types: - \link Plasma::Types Types \endlink -- \link Plasma::Units Units \endlink +- \link Units Units \endlink - \link Plasma::QuickTheme Theme \endlink Types: diff --git a/src/declarativeimports/core/quicktheme.h b/src/declarativeimports/core/quicktheme.h index 8d5eafaf9..b8017d2fa 100644 --- a/src/declarativeimports/core/quicktheme.h +++ b/src/declarativeimports/core/quicktheme.h @@ -29,7 +29,7 @@ namespace Plasma { /** - * @class Theme plasma/theme.h + * @class QuickTheme plasma/theme.h * * @short Interface to the Plasma theme * diff --git a/src/plasma/plasma.h b/src/plasma/plasma.h index 7014f48b5..15c346b24 100644 --- a/src/plasma/plasma.h +++ b/src/plasma/plasma.h @@ -33,7 +33,11 @@ class QAction; */ namespace Plasma { - +/** + * @class Types + * @short Enums and constants used in Plasma + * + */ class PLASMA_EXPORT Types : public QObject { Q_OBJECT