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
70d23d06
Commit
70d23d06
authored
May 26, 2017
by
Friedrich W. H. Kossebau
Browse files
API dox: Use doxygen notation to have comments used
parent
c4ba4bd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/slide_interface.h
View file @
70d23d06
...
...
@@ -49,10 +49,10 @@ class KWAYLANDSERVER_EXPORT SlideInterface : public Resource
Q_OBJECT
public:
enum
Location
{
Left
=
0
,
/** Slide from the left edge of the screen */
Top
,
/** Slide from the top edge of the screen */
Right
,
/** Slide from the bottom edge of the screen */
Bottom
/** Slide from the bottom edge of the screen */
Left
=
0
,
/**
<
Slide from the left edge of the screen */
Top
,
/**
<
Slide from the top edge of the screen */
Right
,
/**
<
Slide from the bottom edge of the screen */
Bottom
/**
<
Slide from the bottom edge of the screen */
};
virtual
~
SlideInterface
();
...
...
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