From 70d23d068abf960c12ba0a90b62529f277d74c87 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Fri, 26 May 2017 03:10:43 +0200 Subject: [PATCH] API dox: Use doxygen notation to have comments used --- src/wayland/slide_interface.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wayland/slide_interface.h b/src/wayland/slide_interface.h index ee06c0055d..f461b96180 100644 --- a/src/wayland/slide_interface.h +++ b/src/wayland/slide_interface.h @@ -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();