API dox: add some minimal docs to more class to have them covered by doxygen
This commit is contained in:
parent
36fdc9c811
commit
43aca8a949
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue