diff --git a/src/wayland/plasmawindowmanagement_interface.h b/src/wayland/plasmawindowmanagement_interface.h index 8dc0686ae5..c627840445 100644 --- a/src/wayland/plasmawindowmanagement_interface.h +++ b/src/wayland/plasmawindowmanagement_interface.h @@ -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 diff --git a/src/wayland/subcompositor_interface.h b/src/wayland/subcompositor_interface.h index 05475262d2..74e7684bd5 100644 --- a/src/wayland/subcompositor_interface.h +++ b/src/wayland/subcompositor_interface.h @@ -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