kwin/colorcorrection
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
..
colorcorrect_settings.kcfg
colorcorrect_settings.kcfgc
colorcorrectdbusinterface.cpp
colorcorrectdbusinterface.h Fix minor Doxygen issues 2019-01-12 12:31:32 +02:00
constants.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
gammaramp.h [colorcorrection] Make GammaRamp non-copyable 2018-10-07 20:57:57 +03:00
manager.cpp [colorcorrection] Set gamma through Output class 2018-08-31 11:58:21 +02:00
manager.h
suncalc.cpp
suncalc.h