kwin/kcmkwin
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
..
common Enable -DQT_NO_URL_CAST_FROM_STRING and fix compilation 2019-02-12 08:54:53 +01:00
kwincompositing [kcmkwin/compositing] Delete unused config headers 2019-02-08 17:27:25 +02:00
kwindecoration [kcmkwin/kwindecoration] Fix Get Hot New Stuff 2019-02-12 16:21:11 +01:00
kwindesktop [kcmkwin] Use new icons for virtual desktops, touch screen, and screen edges KCMs 2019-01-24 14:42:33 -07:00
kwinoptions
kwinrules [kcmkwin/rules] Fix line separators in the dialog 2019-01-30 15:56:28 +02:00
kwinscreenedges [kcmkwin] Use new icons for virtual desktops, touch screen, and screen edges KCMs 2019-01-24 14:42:33 -07:00
kwinscripts Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
kwintabbox Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
CMakeLists.txt