From cd9a4f248b7082a633f52d744f6452263cf73d48 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 9 Jun 2009 01:03:50 +0000 Subject: [PATCH] SVN_SILENT fix doxygen @since tag svn path=/trunk/KDE/kdegraphics/okular/; revision=979130 --- core/utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/utils.h b/core/utils.h index 7895a5421..9f4326d5d 100644 --- a/core/utils.h +++ b/core/utils.h @@ -49,7 +49,7 @@ class OKULAR_EXPORT Utils * On X11, it can indicate the real horizontal DPI value without any Xrdb * setting. Otherwise, returns the same as dpiX(), * - * since 0.9 (KDE 4.3) + * @since 0.9 (KDE 4.3) */ static double realDpiX(); @@ -59,7 +59,7 @@ class OKULAR_EXPORT Utils * On X11, it can indicate the real horizontal DPI value without any Xrdb * setting. Otherwise, returns the same as dpiX(), * - * since 0.9 (KDE 4.3) + * @since 0.9 (KDE 4.3) */ static double realDpiY();