kwin/effects
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
..
backgroundcontrast Port away from QRegion::rects 2019-07-10 01:00:51 +03:00
blur Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
colorpicker Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
coverswitch Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
cube Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
cubeslide Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
desktopgrid Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
dialogparent/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
diminactive Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
dimscreen/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
eyeonscreen/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
fade SVN_SILENT made messages (.desktop file) - always resolve ours 2019-07-13 05:18:09 +02:00
fadedesktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-07-13 05:18:09 +02:00
fadingpopups/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
fallapart Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
flipswitch Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
frozenapp/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
glide [wayland] Make sure that only the fading popups effect animates outline 2019-04-09 14:21:22 +03:00
highlightwindow Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
invert Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
kscreen Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
login/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
logout/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
lookingglass Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
magiclamp Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
magnifier Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
maximize/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
morphingpopups/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
mouseclick Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
mousemark Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
presentwindows Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
resize Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
scale/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
screenedge Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
screenshot Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
sheet
showfps Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
showpaint SVN_SILENT made messages (.desktop file) - always resolve ours 2019-04-12 09:04:10 +02:00
slide Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
slideback Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
slidingpopups Add windowsystem plugin for KWin's qpa 2019-01-27 08:59:58 +01:00
snaphelper
squash/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
startupfeedback Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
thumbnailaside Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
touchpoints Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
trackmouse Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
translucency/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
windowaperture/package Install KPackages with kpackage_install_package 2019-07-16 14:21:14 +02:00
windowgeometry Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
wobblywindows Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
zoom Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
CMakeLists.txt Copy the packages into the build directory so they can be found without installign 2019-07-16 17:31:24 +02:00
effect_builtins.cpp [effects/screenshot] Remove outdated reference to KSnapshot 2019-06-10 08:48:19 -06:00
effect_builtins.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
kwineffect.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-07-13 05:18:09 +02:00
logging.cpp
Messages.sh
shaders.qrc Merge branch 'Plasma/5.12' into Plasma/5.15 2019-02-05 13:28:45 +01:00