API dox: add some minimal docs to more class to have them covered by doxygen

This commit is contained in:
Friedrich W. H. Kossebau 2017-05-26 18:33:25 +02:00
parent 36fdc9c811
commit 43aca8a949
2 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,9 @@ class Display;
class PlasmaWindowInterface;
class SurfaceInterface;
/**
* @todo Add documentation
*/
class KWAYLANDSERVER_EXPORT PlasmaWindowManagementInterface : public Global
{
Q_OBJECT
@ -79,6 +82,9 @@ private:
Private *d_func() const;
};
/**
* @todo Add documentation
*/
class KWAYLANDSERVER_EXPORT PlasmaWindowInterface : public QObject
{
Q_OBJECT

View file

@ -39,6 +39,9 @@ class Display;
class SurfaceInterface;
class SubSurfaceInterface;
/**
* @todo Add documentation
*/
class KWAYLANDSERVER_EXPORT SubCompositorInterface : public Global
{
Q_OBJECT
@ -54,6 +57,9 @@ private:
class Private;
};
/**
* @todo Add documentation
*/
class KWAYLANDSERVER_EXPORT SubSurfaceInterface : public Resource
{
Q_OBJECT