API dox: Use doxygen notation to have comments used

This commit is contained in:
Friedrich W. H. Kossebau 2017-05-26 03:10:43 +02:00
parent c4ba4bd593
commit 70d23d068a

View file

@ -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();