kwin/kcmkwin/kwindesktop
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
..
package Hide some of kwin kcm on mobile 2019-07-09 12:30:59 +05:30
animationsmodel.cpp [kcmkwin] Properly load effects 2019-03-18 13:11:24 +02:00
animationsmodel.h [kcmkwin] Rename EffectModel to EffectsModel 2019-03-18 13:10:51 +02:00
CMakeLists.txt [kcmkwin/desktop] Add animation option back 2019-01-08 15:49:36 +02:00
desktopsmodel.cpp [kcmkwin/desktop] KCM using new virtual desktops DBus interface 2018-12-18 16:42:19 +09:00
desktopsmodel.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
kcm_kwin_virtualdesktops.desktop [kcmkwin/kwindesktop] show only on desktop 2019-02-13 17:07:04 +05:30
Messages.sh [kcmkwin/desktop] KCM using new virtual desktops DBus interface 2018-12-18 16:42:19 +09:00
virtualdesktops.cpp [kcmkwin] Add requestConfigure to effects model 2019-03-18 13:09:03 +02:00
virtualdesktops.h [kcmkwin/desktop] Add animation option back 2019-01-08 15:49:36 +02:00