From 054cfc1c8ada567bfd06d2687316a86bc4744300 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 25 Dec 2019 11:37:17 +0200 Subject: [PATCH] Fix trivial Doxygen warning --- platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.h b/platform.h index 10e9786ce5..10a6db64e8 100644 --- a/platform.h +++ b/platform.h @@ -438,10 +438,10 @@ public: virtual QString supportInformation() const; /** - * The compositor plugin which got selected from @link{supportedCompositors}. + * The compositor plugin which got selected from @ref supportedCompositors. * Prior to selecting a compositor this returns @c NoCompositing. * - * This method allows the platforms to limit the offerings in @link{supportedCompositors} + * This method allows the platforms to limit the offerings in @ref supportedCompositors * in case they do not support runtime compositor switching */ CompositingType selectedCompositor() const