From dbaa9291f2731e1775f75cbb548c0296e3100227 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 30 Sep 2020 12:25:58 +1000 Subject: Cleanup: spelling --- intern/ghost/intern/GHOST_SystemCocoa.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/intern/GHOST_SystemCocoa.h b/intern/ghost/intern/GHOST_SystemCocoa.h index b89edf8835d..22f3c58d297 100644 --- a/intern/ghost/intern/GHOST_SystemCocoa.h +++ b/intern/ghost/intern/GHOST_SystemCocoa.h @@ -251,10 +251,10 @@ class GHOST_SystemCocoa : public GHOST_System { /** * Handles a tablet event. - * \param eventPtr An NSEvent pointer (casted to void* to enable compilation in standard C++) - * \param eventType The type of the event. + * \param eventPtr: An #NSEvent pointer (cast to void* to enable compilation in standard C++). + * \param eventType: The type of the event. * It needs to be passed separately as it can be either directly in the event type, - * or as a subtype if combined with a mouse button event. + * or as a sub-type if combined with a mouse button event. * \return Indication whether the event was handled. */ GHOST_TSuccess handleTabletEvent(void *eventPtr, short eventType); @@ -262,14 +262,14 @@ class GHOST_SystemCocoa : public GHOST_System { /** * Handles a mouse event. - * \param eventPtr An NSEvent pointer (casted to void* to enable compilation in standard C++) + * \param eventPtr: An #NSEvent pointer (cast to `void *` to enable compilation in standard C++). * \return Indication whether the event was handled. */ GHOST_TSuccess handleMouseEvent(void *eventPtr); /** * Handles a key event. - * \param eventPtr An NSEvent pointer (casted to void* to enable compilation in standard C++) + * \param eventPtr: An #NSEvent pointer (cast to `void *` to enable compilation in standard C++). * \return Indication whether the event was handled. */ GHOST_TSuccess handleKeyEvent(void *eventPtr); -- cgit v1.2.3