Cleanup: spelling in comments & minor cleanup

Also hyphenate 'mouse-move' use doxy sections in render_update.c &
move function comment from the header to the source.
This commit is contained in:
2021-08-21 13:23:39 +10:00
parent aed5a27755
commit c671bfe14e
16 changed files with 53 additions and 40 deletions

View File

@@ -4667,7 +4667,7 @@ typedef struct BrushEdit {
int lastmouse[2];
float zfac;
/* optional cached view settings to avoid setting on every mousemove */
/** Optional cached view settings to avoid setting on every mouse-move. */
PEData data;
} BrushEdit;