Fix remaining doxygen exporting in Plasma.Core

This commit is contained in:
David Edmundson 2014-08-13 01:07:55 +02:00
parent 9f18d8c9e1
commit f817168d02
3 changed files with 7 additions and 3 deletions

View File

@ -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:

View File

@ -29,7 +29,7 @@ namespace Plasma
{
/**
* @class Theme plasma/theme.h <Plasma/Theme>
* @class QuickTheme plasma/theme.h <Plasma/Theme>
*
* @short Interface to the Plasma theme
*

View File

@ -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