kwin/kcmkwin/kwinscripts
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 Move knsrc files to the new location 2019-05-17 18:56:27 +02:00
kwinscripts.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-07-13 05:18:09 +02:00
kwinscripts.knsrc SVN_SILENT made messages (.desktop file) - always resolve ours 2018-07-23 05:24:40 +02:00
main.cpp
Messages.sh
module.cpp Remove Qt module declarations in includes 2018-06-05 18:07:23 +01:00
module.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
module.ui [KCMs] move GHNS buttons to the normal location 2018-10-31 07:29:22 -06:00
version.h.cmake