From 8611cd775a2249a3018a930fa8123b8ce8887f12 Mon Sep 17 00:00:00 2001 From: Oliver Sander Date: Fri, 27 Sep 2019 17:59:42 +0200 Subject: [PATCH] Add @since markers for the new ViewCapability values --- core/view.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/view.h b/core/view.h index 0068ca756..df00fbafe 100644 --- a/core/view.h +++ b/core/view.h @@ -44,9 +44,9 @@ class OKULARCORE_EXPORT View { Zoom, ///< Possibility to get/set the zoom of the view ZoomModality, ///< Possibility to get/set the zoom mode of the view - Continuous, ///< Possibility to toggle continuous mode - ViewModeModality, ///< Possibility to get/set the view mode - TrimMargins ///< Possibility to toggle trim-margins mode + Continuous, ///< Possibility to toggle continuous mode @since 1.9 + ViewModeModality, ///< Possibility to get/set the view mode @since 1.9 + TrimMargins ///< Possibility to toggle trim-margins mode @since 1.9 }; /**