API dox: Use doxygen notation to have comments used
This commit is contained in:
parent
c4ba4bd593
commit
70d23d068a
1 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue