From e7fd6c8f30cd1161496831859da403eaa34fdf89 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 19 Mar 2019 15:17:46 +1100 Subject: Cleanup: comment blocks --- intern/ghost/intern/GHOST_Context.h | 2 +- intern/ghost/intern/GHOST_SystemCocoa.mm | 2 +- intern/ghost/intern/GHOST_SystemWin32.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/intern/GHOST_Context.h b/intern/ghost/intern/GHOST_Context.h index dec6deb946a..decafd10b75 100644 --- a/intern/ghost/intern/GHOST_Context.h +++ b/intern/ghost/intern/GHOST_Context.h @@ -118,7 +118,7 @@ public: return m_stereoVisual; } - /** Number of samples used in anti-aliasing, set to 0 if no AA **/ + /** Number of samples used in anti-aliasing, set to 0 if no AA */ inline GHOST_TUns16 getNumOfAASamples() const { return m_numOfAASamples; } diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm index 916e219fa97..b847cace57c 100644 --- a/intern/ghost/intern/GHOST_SystemCocoa.mm +++ b/intern/ghost/intern/GHOST_SystemCocoa.mm @@ -277,7 +277,7 @@ extern "C" int GHOST_HACK_getFirstFile(char buf[FIRSTFILEBUFLG]) /** * CocoaAppDelegate * ObjC object to capture applicationShouldTerminate, and send quit event - **/ + */ @interface CocoaAppDelegate : NSObject { GHOST_SystemCocoa *systemCocoa; diff --git a/intern/ghost/intern/GHOST_SystemWin32.h b/intern/ghost/intern/GHOST_SystemWin32.h index 48934feaeda..edf7c3fb695 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.h +++ b/intern/ghost/intern/GHOST_SystemWin32.h @@ -382,7 +382,7 @@ protected: /** Console status */ int m_consoleStatus; - /** Wheel delta accumulator **/ + /** Wheel delta accumulator */ int m_wheelDeltaAccum; }; -- cgit v1.2.3