You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 years ago
..
decoratedclient.cpp
decoratedclient.h Run clang-tidy with modernize-use-override check 5 years ago
decorationbridge.cpp
decorationbridge.h Run clang-tidy with modernize-use-override check 5 years ago
decorationpalette.cpp
decorationpalette.h
decorationrenderer.cpp
decorationrenderer.h Use more traditional doxygen style 5 years ago
decorations_logging.cpp
decorations_logging.h
settings.cpp
settings.h Run clang-tidy with modernize-use-override check 5 years ago