Diffusion KWin 7b20e1f66f83

Overhaul doxygen comments
Concern Raised7b20e1f66f83

Authored by zzag on Feb 2 2019, 6:17 PM.

Description

Overhaul doxygen comments

Summary:
We have a mix of different doxygen comment styles, e.g.

/*!
  Foo bar.
 */

/**
 * Foo bar.
 */

/** Foo bar.
 */

/**
 * Foo bar.
 */

/**
 * Foo bar.
 **/

To make the code more consistent, this change updates the style of all
doxygen comments to the last one.

Test Plan: Compiles.

Reviewers: KWin, davidedmundson

Reviewed By: KWin, davidedmundson

Subscribers: kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D18683

Details

Auditors
romangg
Committed
zzagFeb 12 2019, 5:29 PM
Reviewer
KWin
Differential Revision
D18683: Overhaul doxygen comments
Parents
R108:31dcf51c8843: [kcmkwin/kwindecoration] Fix Get Hot New Stuff
Branches
Unknown
Tags
Unknown
romangg raised a concern with this commit.Feb 19 2019, 9:49 AM
romangg added a subscriber: romangg.

I only saw this commit now through other review.

What's the reason for adding the superfluous second star in the last line everywhere? The Doxygen documentation only shows examples with one star in the last line: http://www.doxygen.nl/manual/docblocks.html

And looking over the diff it seems most comments in KWin were before also in this format:

/**
 *
 */
This commit now has outstanding concerns.Feb 19 2019, 9:49 AM