Diffusion Krita e63d596a0725

Add apidox for the family of KisImageBarrierLocker classes

Authored by dkazakov on Apr 11 2017, 9:20 AM.

Description

Add apidox for the family of KisImageBarrierLocker classes

Details

Committed
dkazakovApr 11 2017, 9:28 AM
Parents
R37:77fdd9896492: Add user feedback when locking for D&D between images
Branches
Unknown
Tags
Unknown
rempt added a subscriber: rempt.Apr 11 2017, 3:36 PM
rempt added inline comments.
/libs/image/kis_image_barrier_locker.h
53

I'm all for extra documentation and we need it badly, because whole chunks of krita code are locked for changes because of the lack of it...

But when it comes to apidox, this isn't too helpful. It's better than nothing, but it still doesn't tell me why, when and how to use this class. It refers to something else, std::lock_guard, that in itself probably is unfamiliar to every krita coder and itself has (http://en.cppreference.com/w/cpp/thread/lock_guard) gobbledigook for apidox.