Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX
Also use doxy style function reference `#` prefix chars when referencing identifiers.
This commit is contained in:
@@ -169,7 +169,7 @@ static bool image_save_single(ReportList *reports,
|
||||
}
|
||||
}
|
||||
else {
|
||||
/* TODO, better solution, if a 24bit image is painted onto it may contain alpha */
|
||||
/* TODO: better solution, if a 24bit image is painted onto it may contain alpha. */
|
||||
if ((opts->im_format.planes == R_IMF_PLANES_RGBA) &&
|
||||
/* it has been painted onto */
|
||||
(ibuf->userflags & IB_BITMAPDIRTY)) {
|
||||
|
||||
Reference in New Issue
Block a user