Overhaul doxygen comments
ClosedPublic

Authored by zzag on Feb 2 2019, 7:00 PM.

Details

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.

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
zzag created this revision.Feb 2 2019, 7:00 PM
Restricted Application added a project: KWin. · View Herald TranscriptFeb 2 2019, 7:00 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Feb 2 2019, 7:00 PM
zzag updated this revision to Diff 50742.Feb 2 2019, 7:30 PM

update

davidedmundson accepted this revision.Feb 12 2019, 4:38 PM
This revision is now accepted and ready to land.Feb 12 2019, 4:38 PM
This revision was automatically updated to reflect the committed changes.