API dox: note CamelCase includes by @class tag with more classes

This commit is contained in:
Friedrich W. H. Kossebau 2017-05-26 19:55:09 +02:00
parent 8749591922
commit fcee026657
2 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class QAction;
namespace Plasma namespace Plasma
{ {
/** /**
* @class Types * @class Types plasma/plasma.h <Plasma/Plasma>
* @short Enums and constants used in Plasma * @short Enums and constants used in Plasma
* *
*/ */

View File

@ -40,6 +40,8 @@ class PluginLoaderPrivate;
// * add KPluginInfo listing support for Containments (already loaded via the applet loading code) // * add KPluginInfo listing support for Containments (already loaded via the applet loading code)
/** /**
* @class PluginLoader plasma/pluginloader.h <Plasma/PluginLoader>
*
* This is an abstract base class which defines an interface to which Plasma's * This is an abstract base class which defines an interface to which Plasma's
* Applet Loading logic can communicate with a parent application. The plugin loader * Applet Loading logic can communicate with a parent application. The plugin loader
* must be set before any plugins are loaded, otherwise (for safety reasons), the * must be set before any plugins are loaded, otherwise (for safety reasons), the