Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
43aca8a9
Commit
43aca8a9
authored
May 26, 2017
by
Friedrich W. H. Kossebau
Browse files
API dox: add some minimal docs to more class to have them covered by doxygen
parent
36fdc9c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/wayland/plasmawindowmanagement_interface.h
View file @
43aca8a9
...
...
@@ -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
...
...
src/wayland/subcompositor_interface.h
View file @
43aca8a9
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment