kwin/libkwineffects
Vlad Zagorodniy 7b20e1f66f Overhaul doxygen comments
Summary:
We have a mix of different doxygen comment styles, e.g.

    /*!
      Foo bar.
     */

    /**
     * Foo bar.
     */

    /** Foo bar.
     */

    /**
     * Foo bar.
     */

    /**
     * Foo bar.
     **/

To make the code more consistent, this change updates the style of all
doxygen comments to the last one.

Test Plan: Compiles.

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D18683
2019-02-12 19:29:33 +02:00
..
anidata.cpp [scripting] Introduce redirect function 2018-11-17 13:44:16 +02:00
anidata_p.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
CMakeLists.txt Bump libkwineffects SO version for 5.15 2018-10-04 00:57:44 +03:00
kwinanimationeffect.cpp [libkwineffects] Port AnimationEffect to new connect syntax 2019-01-20 14:04:13 +02:00
kwinanimationeffect.h [libkwineffects] Adjust whitespace in AnimationEffect's header 2019-02-01 00:31:01 +02:00
kwinconfig.h.cmake
kwineffects.cpp [libkwineffects] Port the remaining bits of API to dynamic dispatch 2019-01-07 21:40:45 +02:00
kwineffects.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
kwinglobals.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
kwinglplatform.cpp [libkwineffects] Detect modern Radeon GPUs 2018-12-21 13:43:13 +02:00
kwinglplatform.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
kwingltexture.cpp don't override m_canUseMipmaps 2018-03-14 04:37:44 +02:00
kwingltexture.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
kwingltexture_p.h [libkwineffects] Try fixing compile error with clang 2017-10-01 09:54:12 +02:00
kwinglutils.cpp [libkwineffects] Push render targets more efficiently in GLRenderTarget::pushRenderTargets 2018-07-03 12:33:04 +03:00
kwinglutils.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
kwinglutils_funcs.cpp
kwinglutils_funcs.h
kwinxrenderutils.cpp
kwinxrenderutils.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
logging.cpp
logging_p.h
Mainpage.dox
Messages.sh