API dox: add some minimal docs to class to have them covered by doxygen
This commit is contained in:
parent
70d23d068a
commit
36fdc9c811
3 changed files with 18 additions and 0 deletions
|
@ -39,6 +39,9 @@ class Display;
|
||||||
class SurfaceInterface;
|
class SurfaceInterface;
|
||||||
class QtExtendedSurfaceInterface;
|
class QtExtendedSurfaceInterface;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
*/
|
||||||
class KWAYLANDSERVER_EXPORT QtSurfaceExtensionInterface : public Global
|
class KWAYLANDSERVER_EXPORT QtSurfaceExtensionInterface : public Global
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
@ -54,6 +57,9 @@ private:
|
||||||
class Private;
|
class Private;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
*/
|
||||||
class KWAYLANDSERVER_EXPORT QtExtendedSurfaceInterface : public Resource
|
class KWAYLANDSERVER_EXPORT QtExtendedSurfaceInterface : public Resource
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
|
@ -36,6 +36,9 @@ namespace Server
|
||||||
class BufferInterface;
|
class BufferInterface;
|
||||||
class Display;
|
class Display;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
*/
|
||||||
class KWAYLANDSERVER_EXPORT ShadowManagerInterface : public Global
|
class KWAYLANDSERVER_EXPORT ShadowManagerInterface : public Global
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
@ -48,6 +51,9 @@ private:
|
||||||
class Private;
|
class Private;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
*/
|
||||||
class KWAYLANDSERVER_EXPORT ShadowInterface : public Resource
|
class KWAYLANDSERVER_EXPORT ShadowInterface : public Resource
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
|
@ -32,6 +32,9 @@ namespace Server
|
||||||
|
|
||||||
class Display;
|
class Display;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
*/
|
||||||
class KWAYLANDSERVER_EXPORT SlideManagerInterface : public Global
|
class KWAYLANDSERVER_EXPORT SlideManagerInterface : public Global
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
@ -44,6 +47,9 @@ private:
|
||||||
class Private;
|
class Private;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
*/
|
||||||
class KWAYLANDSERVER_EXPORT SlideInterface : public Resource
|
class KWAYLANDSERVER_EXPORT SlideInterface : public Resource
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue