Fix doxygen comment style
This commit is contained in:
parent
082baf6662
commit
70d3a2d2a4
1 changed files with 4 additions and 4 deletions
|
@ -232,7 +232,7 @@ public:
|
||||||
* @return void
|
* @return void
|
||||||
* @see resume
|
* @see resume
|
||||||
* @see isActive
|
* @see isActive
|
||||||
**/
|
*/
|
||||||
Q_INVOKABLE void suspend(SuspendReason reason);
|
Q_INVOKABLE void suspend(SuspendReason reason);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -251,7 +251,7 @@ public:
|
||||||
* @see isActive
|
* @see isActive
|
||||||
* @see isCompositingPossible
|
* @see isCompositingPossible
|
||||||
* @see isOpenGLBroken
|
* @see isOpenGLBroken
|
||||||
**/
|
*/
|
||||||
Q_INVOKABLE void resume(SuspendReason reason);
|
Q_INVOKABLE void resume(SuspendReason reason);
|
||||||
|
|
||||||
void toggleCompositing() override;
|
void toggleCompositing() override;
|
||||||
|
@ -262,7 +262,7 @@ public:
|
||||||
bool checkForOverlayWindow(WId w) const override;
|
bool checkForOverlayWindow(WId w) const override;
|
||||||
/**
|
/**
|
||||||
* @returns Whether the Scene's Overlay X Window is visible.
|
* @returns Whether the Scene's Overlay X Window is visible.
|
||||||
**/
|
*/
|
||||||
bool isOverlayWindowVisible() const;
|
bool isOverlayWindowVisible() const;
|
||||||
|
|
||||||
int refreshRate() const override;
|
int refreshRate() const override;
|
||||||
|
@ -278,7 +278,7 @@ private:
|
||||||
explicit X11Compositor(QObject *parent);
|
explicit X11Compositor(QObject *parent);
|
||||||
/**
|
/**
|
||||||
* Whether the Compositor is currently suspended, 8 bits encoding the reason
|
* Whether the Compositor is currently suspended, 8 bits encoding the reason
|
||||||
**/
|
*/
|
||||||
SuspendReasons m_suspended;
|
SuspendReasons m_suspended;
|
||||||
|
|
||||||
int m_xrrRefreshRate;
|
int m_xrrRefreshRate;
|
||||||
|
|
Loading…
Reference in a new issue