kwin/libinput
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
..
connection.cpp Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
connection.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
context.cpp Port away from deprecated headers 2019-07-09 23:59:07 +03:00
context.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
device.cpp [libinput] Add support for clickfinger and button areas click method 2018-12-22 17:29:49 +01:00
device.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
events.cpp Send axis_source, axis_discrete, and axis_stop 2019-05-17 12:06:10 +03:00
events.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
libinput_logging.cpp pedantic fixes 2016-07-16 13:14:44 -04:00
libinput_logging.h [libinput] Add dedicated logging category for libinput 2015-07-31 12:43:35 +02:00