Diffusion KWin 684b4b635e78

Use more traditional doxygen style

Authored by zzag on Jul 29 2019, 6:58 PM.

Description

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

Details

Committed
zzagJul 29 2019, 7:06 PM
Reviewer
KWin
Differential Revision
D22812: Use more traditional doxygen style
Parents
R108:f57f58310978: Drop unused includes
Branches
Unknown
Tags
Unknown