kwin/plugins/platforms
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
..
drm Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
fbdev Build platform plugins in correct sub directory of build dir 2018-12-13 19:36:28 +01:00
hwcomposer Build platform plugins in correct sub directory of build dir 2018-12-13 19:36:28 +01:00
virtual Compile the virtual backend with older Mesa 2019-01-18 15:45:13 +02:00
wayland Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
x11 Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
CMakeLists.txt