Make use of doxygen markers consistent in AbstractClient
AbandonedPublic

Authored by davidedmundson on Jan 17 2019, 11:48 PM.

Details

Reviewers
None
Group Reviewers
KWin
Test Plan

N/A

Diff Detail

Repository
R108 KWin
Branch
master
Lint
Lint OK
Unit
No Unit Test Coverage
Build Status
Buildable 7246
Build 7264: arc lint + arc unit
Restricted Application added a project: KWin. · View Herald TranscriptJan 17 2019, 11:48 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
davidedmundson requested review of this revision.Jan 17 2019, 11:48 PM

I think only the opening /** bit is relevant?

zzag added a subscriber: zzag.Jan 18 2019, 9:35 AM

I think only the opening /** bit is relevant?

Well, it's not cool to mix both

/**
 *
 */

and

/**
 *
 **/

If you used a script to make this change, I would prefer to do this on a global scale.

davidedmundson abandoned this revision.Apr 10 2019, 11:36 PM