From eff8cc9cccdaa7248d9d869473704e9db69c2f41 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 14 Apr 2019 10:48:42 +0200 Subject: Cleanup: doxy comments Use doxy references to function and enums, also correct some names which became out of sync. --- intern/ghost/intern/GHOST_SystemCocoa.mm | 2 +- intern/ghost/intern/GHOST_SystemWin32.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm index b847cace57c..8b270c1d972 100644 --- a/intern/ghost/intern/GHOST_SystemCocoa.mm +++ b/intern/ghost/intern/GHOST_SystemCocoa.mm @@ -648,7 +648,7 @@ GHOST_IWindow* GHOST_SystemCocoa::createWindow( /** * Create a new offscreen context. - * Never explicitly delete the context, use disposeContext() instead. + * Never explicitly delete the context, use #disposeContext() instead. * \return The new context (or 0 if creation failed). */ GHOST_IContext * diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp index 12d58b0a9cb..35a9cfac817 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -304,8 +304,8 @@ GHOST_IWindow *GHOST_SystemWin32::createWindow( /** * Create a new offscreen context. - * Never explicitly delete the window, use disposeContext() instead. - * \return The new context (or 0 if creation failed). + * Never explicitly delete the window, use #disposeContext() instead. + * \return The new context (or 0 if creation failed). */ GHOST_IContext *GHOST_SystemWin32::createOffscreenContext() { -- cgit v1.2.3