Fix trivial Doxygen warning
This commit is contained in:
parent
be01ba0ae7
commit
054cfc1c8a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue