kwin/effects/flipswitch
Vlad Zagorodniy 684b4b635e Use more traditional doxygen style
Summary:
So far we were following a bit unique and rare doxygen comment style:

    /**
     * Contents of the comment.
     **/

Doxygen comments with this style look balanced and neat, but many people
that contribute to KWin don't follow this style. Instead, they prefer
more traditional doxygen comment style, i.e.

    /**
     * Contents of the comment.
     */

Reviewing such changes has been a bit frustrating for me (so selfish!)
and for other contributors.

This change switches doxygen comment style in KWin to a more traditional
style. The main reason for doing this is to make code review process easier
for new contributors as well us.

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D22812
2019-07-29 22:06:19 +03:00
..
CMakeLists.txt Use SERVICE_TYPES parameter to kcoreaddons_desktop_to_json() 2015-12-09 23:42:45 +00:00
flipswitch.cpp Close screen grabbing effect when screensaver starts 2019-06-23 18:00:47 +02:00
flipswitch.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
flipswitch.kcfg [effects] Use arg="true" in the kcfg files 2017-04-15 10:03:34 +02:00
flipswitch_config.cpp [effects] Use arg="true" in the kcfg files 2017-04-15 10:03:34 +02:00
flipswitch_config.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2018-07-23 05:24:40 +02:00
flipswitch_config.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
flipswitch_config.ui KIntSpinBox -> QSpinBox in kwin/effects configs 2013-09-09 07:38:30 +02:00
flipswitchconfig.kcfgc