From de13d0a80c3cb6a7445245b2999a29fe70e49953 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Feb 2019 08:08:12 +1100 Subject: doxygen: add newline after \file While \file doesn't need an argument, it can't have another doxy command after it. --- intern/ghost/GHOST_C-api.h | 3 ++- intern/ghost/GHOST_IContext.h | 3 ++- intern/ghost/GHOST_IEvent.h | 3 ++- intern/ghost/GHOST_IEventConsumer.h | 3 ++- intern/ghost/GHOST_ISystem.h | 3 ++- intern/ghost/GHOST_ISystemPaths.h | 3 ++- intern/ghost/GHOST_ITimerTask.h | 3 ++- intern/ghost/GHOST_IWindow.h | 3 ++- intern/ghost/GHOST_Path-api.h | 3 ++- intern/ghost/GHOST_Rect.h | 3 ++- intern/ghost/GHOST_Types.h | 3 ++- intern/ghost/intern/GHOST_Buttons.cpp | 3 ++- intern/ghost/intern/GHOST_Buttons.h | 3 ++- intern/ghost/intern/GHOST_C-api.cpp | 3 ++- intern/ghost/intern/GHOST_CallbackEventConsumer.cpp | 3 ++- intern/ghost/intern/GHOST_CallbackEventConsumer.h | 3 ++- intern/ghost/intern/GHOST_Context.cpp | 3 ++- intern/ghost/intern/GHOST_Context.h | 3 ++- intern/ghost/intern/GHOST_ContextCGL.h | 3 ++- intern/ghost/intern/GHOST_ContextEGL.cpp | 3 ++- intern/ghost/intern/GHOST_ContextEGL.h | 3 ++- intern/ghost/intern/GHOST_ContextGLX.cpp | 3 ++- intern/ghost/intern/GHOST_ContextGLX.h | 3 ++- intern/ghost/intern/GHOST_ContextNone.cpp | 3 ++- intern/ghost/intern/GHOST_ContextNone.h | 3 ++- intern/ghost/intern/GHOST_ContextSDL.cpp | 3 ++- intern/ghost/intern/GHOST_ContextSDL.h | 3 ++- intern/ghost/intern/GHOST_ContextWGL.cpp | 3 ++- intern/ghost/intern/GHOST_ContextWGL.h | 3 ++- intern/ghost/intern/GHOST_Debug.h | 3 ++- intern/ghost/intern/GHOST_DisplayManager.cpp | 3 ++- intern/ghost/intern/GHOST_DisplayManager.h | 3 ++- intern/ghost/intern/GHOST_DisplayManagerCocoa.h | 3 ++- intern/ghost/intern/GHOST_DisplayManagerNULL.h | 3 ++- intern/ghost/intern/GHOST_DisplayManagerSDL.cpp | 3 ++- intern/ghost/intern/GHOST_DisplayManagerSDL.h | 3 ++- intern/ghost/intern/GHOST_DisplayManagerWin32.cpp | 3 ++- intern/ghost/intern/GHOST_DisplayManagerWin32.h | 3 ++- intern/ghost/intern/GHOST_DisplayManagerX11.cpp | 3 ++- intern/ghost/intern/GHOST_DisplayManagerX11.h | 3 ++- intern/ghost/intern/GHOST_DropTargetWin32.cpp | 3 ++- intern/ghost/intern/GHOST_DropTargetWin32.h | 3 ++- intern/ghost/intern/GHOST_DropTargetX11.cpp | 3 ++- intern/ghost/intern/GHOST_DropTargetX11.h | 3 ++- intern/ghost/intern/GHOST_Event.h | 3 ++- intern/ghost/intern/GHOST_EventButton.h | 3 ++- intern/ghost/intern/GHOST_EventCursor.h | 3 ++- intern/ghost/intern/GHOST_EventDragnDrop.h | 3 ++- intern/ghost/intern/GHOST_EventKey.h | 3 ++- intern/ghost/intern/GHOST_EventManager.cpp | 3 ++- intern/ghost/intern/GHOST_EventManager.h | 3 ++- intern/ghost/intern/GHOST_EventNDOF.h | 3 ++- intern/ghost/intern/GHOST_EventPrinter.cpp | 3 ++- intern/ghost/intern/GHOST_EventPrinter.h | 3 ++- intern/ghost/intern/GHOST_EventString.h | 3 ++- intern/ghost/intern/GHOST_EventTrackpad.h | 3 ++- intern/ghost/intern/GHOST_EventWheel.h | 3 ++- intern/ghost/intern/GHOST_ISystem.cpp | 3 ++- intern/ghost/intern/GHOST_ISystemPaths.cpp | 3 ++- intern/ghost/intern/GHOST_ImeWin32.cpp | 3 ++- intern/ghost/intern/GHOST_ImeWin32.h | 3 ++- intern/ghost/intern/GHOST_ModifierKeys.cpp | 3 ++- intern/ghost/intern/GHOST_ModifierKeys.h | 3 ++- intern/ghost/intern/GHOST_Path-api.cpp | 3 ++- intern/ghost/intern/GHOST_Rect.cpp | 3 ++- intern/ghost/intern/GHOST_System.cpp | 3 ++- intern/ghost/intern/GHOST_System.h | 3 ++- intern/ghost/intern/GHOST_SystemCocoa.h | 3 ++- intern/ghost/intern/GHOST_SystemNULL.h | 3 ++- intern/ghost/intern/GHOST_SystemPaths.h | 3 ++- intern/ghost/intern/GHOST_SystemPathsCocoa.h | 3 ++- intern/ghost/intern/GHOST_SystemPathsUnix.cpp | 3 ++- intern/ghost/intern/GHOST_SystemPathsUnix.h | 3 ++- intern/ghost/intern/GHOST_SystemPathsWin32.cpp | 3 ++- intern/ghost/intern/GHOST_SystemPathsWin32.h | 3 ++- intern/ghost/intern/GHOST_SystemSDL.cpp | 3 ++- intern/ghost/intern/GHOST_SystemSDL.h | 3 ++- intern/ghost/intern/GHOST_SystemWin32.cpp | 3 ++- intern/ghost/intern/GHOST_SystemWin32.h | 3 ++- intern/ghost/intern/GHOST_SystemX11.cpp | 3 ++- intern/ghost/intern/GHOST_SystemX11.h | 3 ++- intern/ghost/intern/GHOST_TaskbarWin32.h | 3 ++- intern/ghost/intern/GHOST_TaskbarX11.cpp | 3 ++- intern/ghost/intern/GHOST_TaskbarX11.h | 3 ++- intern/ghost/intern/GHOST_TimerManager.cpp | 3 ++- intern/ghost/intern/GHOST_TimerManager.h | 3 ++- intern/ghost/intern/GHOST_TimerTask.h | 3 ++- intern/ghost/intern/GHOST_Window.cpp | 3 ++- intern/ghost/intern/GHOST_Window.h | 3 ++- intern/ghost/intern/GHOST_WindowCocoa.h | 3 ++- intern/ghost/intern/GHOST_WindowManager.cpp | 3 ++- intern/ghost/intern/GHOST_WindowManager.h | 3 ++- intern/ghost/intern/GHOST_WindowNULL.h | 3 ++- intern/ghost/intern/GHOST_WindowSDL.cpp | 3 ++- intern/ghost/intern/GHOST_WindowSDL.h | 3 ++- intern/ghost/intern/GHOST_WindowWin32.cpp | 3 ++- intern/ghost/intern/GHOST_WindowWin32.h | 3 ++- intern/ghost/intern/GHOST_WindowX11.cpp | 3 ++- intern/ghost/intern/GHOST_WindowX11.h | 3 ++- 99 files changed, 198 insertions(+), 99 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h index 47e00a3780f..fbc0662ca4f 100644 --- a/intern/ghost/GHOST_C-api.h +++ b/intern/ghost/GHOST_C-api.h @@ -16,7 +16,8 @@ * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * \brief GHOST C-API function and type declarations. */ diff --git a/intern/ghost/GHOST_IContext.h b/intern/ghost/GHOST_IContext.h index 9b6ab412601..3bc18b9a6c7 100644 --- a/intern/ghost/GHOST_IContext.h +++ b/intern/ghost/GHOST_IContext.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_IContext interface class. */ diff --git a/intern/ghost/GHOST_IEvent.h b/intern/ghost/GHOST_IEvent.h index cec94f97196..eadb29ef61c 100644 --- a/intern/ghost/GHOST_IEvent.h +++ b/intern/ghost/GHOST_IEvent.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_IEvent interface class. */ diff --git a/intern/ghost/GHOST_IEventConsumer.h b/intern/ghost/GHOST_IEventConsumer.h index edd8597ef16..1568a5e4600 100644 --- a/intern/ghost/GHOST_IEventConsumer.h +++ b/intern/ghost/GHOST_IEventConsumer.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_IEventConsumer interface class. */ diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h index cf9ce144c50..c640b016a5e 100644 --- a/intern/ghost/GHOST_ISystem.h +++ b/intern/ghost/GHOST_ISystem.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * %Main interface file for C++ Api with declaration of GHOST_ISystem interface * class. * Contains the doxygen documentation main page. diff --git a/intern/ghost/GHOST_ISystemPaths.h b/intern/ghost/GHOST_ISystemPaths.h index c5fc66dffd7..1b79613252d 100644 --- a/intern/ghost/GHOST_ISystemPaths.h +++ b/intern/ghost/GHOST_ISystemPaths.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_ISYSTEMPATHS_H__ diff --git a/intern/ghost/GHOST_ITimerTask.h b/intern/ghost/GHOST_ITimerTask.h index 400013fffe0..283bc49a84b 100644 --- a/intern/ghost/GHOST_ITimerTask.h +++ b/intern/ghost/GHOST_ITimerTask.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_ITimerTask interface class. */ diff --git a/intern/ghost/GHOST_IWindow.h b/intern/ghost/GHOST_IWindow.h index 07310ce9dba..5236567b398 100644 --- a/intern/ghost/GHOST_IWindow.h +++ b/intern/ghost/GHOST_IWindow.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_IWindow interface class. */ diff --git a/intern/ghost/GHOST_Path-api.h b/intern/ghost/GHOST_Path-api.h index ac17b5a9197..4cdfbf842fe 100644 --- a/intern/ghost/GHOST_Path-api.h +++ b/intern/ghost/GHOST_Path-api.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/GHOST_Rect.h b/intern/ghost/GHOST_Rect.h index 1a6d5290a42..057b7fa37df 100644 --- a/intern/ghost/GHOST_Rect.h +++ b/intern/ghost/GHOST_Rect.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Macro's used in GHOST debug target. */ diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h index ef6b6a17ed6..8f6fd45d753 100644 --- a/intern/ghost/GHOST_Types.h +++ b/intern/ghost/GHOST_Types.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_Buttons.cpp b/intern/ghost/intern/GHOST_Buttons.cpp index ca9b47648ee..a470c7cfbd5 100644 --- a/intern/ghost/intern/GHOST_Buttons.cpp +++ b/intern/ghost/intern/GHOST_Buttons.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_Buttons.h b/intern/ghost/intern/GHOST_Buttons.h index 6c1c43bf63d..0c6c5f89323 100644 --- a/intern/ghost/intern/GHOST_Buttons.h +++ b/intern/ghost/intern/GHOST_Buttons.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_Buttons struct. */ diff --git a/intern/ghost/intern/GHOST_C-api.cpp b/intern/ghost/intern/GHOST_C-api.cpp index 5e175f90dc8..24456b841da 100644 --- a/intern/ghost/intern/GHOST_C-api.cpp +++ b/intern/ghost/intern/GHOST_C-api.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * * C Api for GHOST */ diff --git a/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp b/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp index 1d84a9da101..a73931f48e9 100644 --- a/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp +++ b/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_CallbackEventConsumer.h b/intern/ghost/intern/GHOST_CallbackEventConsumer.h index 8c45926176b..46f983f2dff 100644 --- a/intern/ghost/intern/GHOST_CallbackEventConsumer.h +++ b/intern/ghost/intern/GHOST_CallbackEventConsumer.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_CallbackEventConsumer class. */ diff --git a/intern/ghost/intern/GHOST_Context.cpp b/intern/ghost/intern/GHOST_Context.cpp index 55a4cfe0c27..0aae38eed2c 100644 --- a/intern/ghost/intern/GHOST_Context.cpp +++ b/intern/ghost/intern/GHOST_Context.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * * Definition of GHOST_Context class. */ diff --git a/intern/ghost/intern/GHOST_Context.h b/intern/ghost/intern/GHOST_Context.h index 05170d88216..dec6deb946a 100644 --- a/intern/ghost/intern/GHOST_Context.h +++ b/intern/ghost/intern/GHOST_Context.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_Context class. */ diff --git a/intern/ghost/intern/GHOST_ContextCGL.h b/intern/ghost/intern/GHOST_ContextCGL.h index 711d05ec614..13125e39f30 100644 --- a/intern/ghost/intern/GHOST_ContextCGL.h +++ b/intern/ghost/intern/GHOST_ContextCGL.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_CONTEXTCGL_H__ diff --git a/intern/ghost/intern/GHOST_ContextEGL.cpp b/intern/ghost/intern/GHOST_ContextEGL.cpp index 93cad52d531..0fc99c4c343 100644 --- a/intern/ghost/intern/GHOST_ContextEGL.cpp +++ b/intern/ghost/intern/GHOST_ContextEGL.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * * Definition of GHOST_ContextEGL class. */ diff --git a/intern/ghost/intern/GHOST_ContextEGL.h b/intern/ghost/intern/GHOST_ContextEGL.h index 55d16e3039f..cced618ac7e 100644 --- a/intern/ghost/intern/GHOST_ContextEGL.h +++ b/intern/ghost/intern/GHOST_ContextEGL.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_CONTEXTEGL_H__ diff --git a/intern/ghost/intern/GHOST_ContextGLX.cpp b/intern/ghost/intern/GHOST_ContextGLX.cpp index 17e63cb151d..bbf82c188bc 100644 --- a/intern/ghost/intern/GHOST_ContextGLX.cpp +++ b/intern/ghost/intern/GHOST_ContextGLX.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * * Definition of GHOST_ContextGLX class. */ diff --git a/intern/ghost/intern/GHOST_ContextGLX.h b/intern/ghost/intern/GHOST_ContextGLX.h index 602231e820f..ec2baf49767 100644 --- a/intern/ghost/intern/GHOST_ContextGLX.h +++ b/intern/ghost/intern/GHOST_ContextGLX.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_CONTEXTGLX_H__ diff --git a/intern/ghost/intern/GHOST_ContextNone.cpp b/intern/ghost/intern/GHOST_ContextNone.cpp index 211fb872d5f..df5e91738da 100644 --- a/intern/ghost/intern/GHOST_ContextNone.cpp +++ b/intern/ghost/intern/GHOST_ContextNone.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * * Definition of GHOST_ContextNone class. */ diff --git a/intern/ghost/intern/GHOST_ContextNone.h b/intern/ghost/intern/GHOST_ContextNone.h index 717f11e3b6e..65bad70d1fa 100644 --- a/intern/ghost/intern/GHOST_ContextNone.h +++ b/intern/ghost/intern/GHOST_ContextNone.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * * Declaration of GHOST_Context class. */ diff --git a/intern/ghost/intern/GHOST_ContextSDL.cpp b/intern/ghost/intern/GHOST_ContextSDL.cpp index 3649e1f9bec..efdf6353ab8 100644 --- a/intern/ghost/intern/GHOST_ContextSDL.cpp +++ b/intern/ghost/intern/GHOST_ContextSDL.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * * Definition of GHOST_ContextSDL class. */ diff --git a/intern/ghost/intern/GHOST_ContextSDL.h b/intern/ghost/intern/GHOST_ContextSDL.h index e041e4ebb26..6c36d1d703e 100644 --- a/intern/ghost/intern/GHOST_ContextSDL.h +++ b/intern/ghost/intern/GHOST_ContextSDL.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_CONTEXTSDL_H__ diff --git a/intern/ghost/intern/GHOST_ContextWGL.cpp b/intern/ghost/intern/GHOST_ContextWGL.cpp index f5c297862e7..7138db03abc 100644 --- a/intern/ghost/intern/GHOST_ContextWGL.cpp +++ b/intern/ghost/intern/GHOST_ContextWGL.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * * Definition of GHOST_ContextWGL class. */ diff --git a/intern/ghost/intern/GHOST_ContextWGL.h b/intern/ghost/intern/GHOST_ContextWGL.h index 0fef3c7b624..e96abbf5459 100644 --- a/intern/ghost/intern/GHOST_ContextWGL.h +++ b/intern/ghost/intern/GHOST_ContextWGL.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_CONTEXTWGL_H__ diff --git a/intern/ghost/intern/GHOST_Debug.h b/intern/ghost/intern/GHOST_Debug.h index 77454869fa6..db81a78367d 100644 --- a/intern/ghost/intern/GHOST_Debug.h +++ b/intern/ghost/intern/GHOST_Debug.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Macro's used in GHOST debug target. */ diff --git a/intern/ghost/intern/GHOST_DisplayManager.cpp b/intern/ghost/intern/GHOST_DisplayManager.cpp index a1dfd9d6151..30dc78f063a 100644 --- a/intern/ghost/intern/GHOST_DisplayManager.cpp +++ b/intern/ghost/intern/GHOST_DisplayManager.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_DisplayManager.h b/intern/ghost/intern/GHOST_DisplayManager.h index 9bc9f8e9c3c..67ab14d2cf9 100644 --- a/intern/ghost/intern/GHOST_DisplayManager.h +++ b/intern/ghost/intern/GHOST_DisplayManager.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_DisplayManager class. */ diff --git a/intern/ghost/intern/GHOST_DisplayManagerCocoa.h b/intern/ghost/intern/GHOST_DisplayManagerCocoa.h index 3ef8a504983..5300cd0b50b 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerCocoa.h +++ b/intern/ghost/intern/GHOST_DisplayManagerCocoa.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_DisplayManagerCocoa class. */ diff --git a/intern/ghost/intern/GHOST_DisplayManagerNULL.h b/intern/ghost/intern/GHOST_DisplayManagerNULL.h index d17cd4ff6a7..13bd777c2f9 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerNULL.h +++ b/intern/ghost/intern/GHOST_DisplayManagerNULL.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_DisplayManagerNULL class. */ diff --git a/intern/ghost/intern/GHOST_DisplayManagerSDL.cpp b/intern/ghost/intern/GHOST_DisplayManagerSDL.cpp index 8c319ed6949..2b2c1e39e95 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerSDL.cpp +++ b/intern/ghost/intern/GHOST_DisplayManagerSDL.cpp @@ -18,7 +18,8 @@ * Copyright (C) 2012 Alex Fraser */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #include "GHOST_SystemSDL.h" diff --git a/intern/ghost/intern/GHOST_DisplayManagerSDL.h b/intern/ghost/intern/GHOST_DisplayManagerSDL.h index f8027c4a216..913eaf17bb0 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerSDL.h +++ b/intern/ghost/intern/GHOST_DisplayManagerSDL.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_DisplayManagerSDL class. */ diff --git a/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp b/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp index df5b0ea3a28..da47fe9a65c 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp +++ b/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #include "GHOST_DisplayManagerWin32.h" diff --git a/intern/ghost/intern/GHOST_DisplayManagerWin32.h b/intern/ghost/intern/GHOST_DisplayManagerWin32.h index 744f5b66cdf..857f96d7cef 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerWin32.h +++ b/intern/ghost/intern/GHOST_DisplayManagerWin32.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_DisplayManagerWin32 class. */ diff --git a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp index 7d849088b21..1500da8028e 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp +++ b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp @@ -20,7 +20,8 @@ * Ported from Quake 2 by Alex Fraser */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifdef WITH_X11_XF86VMODE diff --git a/intern/ghost/intern/GHOST_DisplayManagerX11.h b/intern/ghost/intern/GHOST_DisplayManagerX11.h index ab635b673b4..9b28f6cc42e 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerX11.h +++ b/intern/ghost/intern/GHOST_DisplayManagerX11.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_DisplayManagerX11 class. */ diff --git a/intern/ghost/intern/GHOST_DropTargetWin32.cpp b/intern/ghost/intern/GHOST_DropTargetWin32.cpp index 40a4398594a..014b8ab13d0 100644 --- a/intern/ghost/intern/GHOST_DropTargetWin32.cpp +++ b/intern/ghost/intern/GHOST_DropTargetWin32.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_DropTargetWin32.h b/intern/ghost/intern/GHOST_DropTargetWin32.h index 106ed0a0885..2d78c384818 100644 --- a/intern/ghost/intern/GHOST_DropTargetWin32.h +++ b/intern/ghost/intern/GHOST_DropTargetWin32.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_DROPTARGETWIN32_H__ diff --git a/intern/ghost/intern/GHOST_DropTargetX11.cpp b/intern/ghost/intern/GHOST_DropTargetX11.cpp index c1dcc0dc8a8..e411772fc32 100644 --- a/intern/ghost/intern/GHOST_DropTargetX11.cpp +++ b/intern/ghost/intern/GHOST_DropTargetX11.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #include "GHOST_DropTargetX11.h" diff --git a/intern/ghost/intern/GHOST_DropTargetX11.h b/intern/ghost/intern/GHOST_DropTargetX11.h index 68d9c81399e..62657b4c0e5 100644 --- a/intern/ghost/intern/GHOST_DropTargetX11.h +++ b/intern/ghost/intern/GHOST_DropTargetX11.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_DROPTARGETX11_H__ diff --git a/intern/ghost/intern/GHOST_Event.h b/intern/ghost/intern/GHOST_Event.h index ba2349c09f8..49b2c766bb9 100644 --- a/intern/ghost/intern/GHOST_Event.h +++ b/intern/ghost/intern/GHOST_Event.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_Event class. */ diff --git a/intern/ghost/intern/GHOST_EventButton.h b/intern/ghost/intern/GHOST_EventButton.h index 2f391054141..b7bd27178ac 100644 --- a/intern/ghost/intern/GHOST_EventButton.h +++ b/intern/ghost/intern/GHOST_EventButton.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_EventButton class. */ diff --git a/intern/ghost/intern/GHOST_EventCursor.h b/intern/ghost/intern/GHOST_EventCursor.h index 492b3cd2f77..431c26e2e49 100644 --- a/intern/ghost/intern/GHOST_EventCursor.h +++ b/intern/ghost/intern/GHOST_EventCursor.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_EventCursor class. */ diff --git a/intern/ghost/intern/GHOST_EventDragnDrop.h b/intern/ghost/intern/GHOST_EventDragnDrop.h index 24a9beac254..b3572c4ade9 100644 --- a/intern/ghost/intern/GHOST_EventDragnDrop.h +++ b/intern/ghost/intern/GHOST_EventDragnDrop.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_EventKey.h b/intern/ghost/intern/GHOST_EventKey.h index 8fb6db9f6d5..d895c3184d0 100644 --- a/intern/ghost/intern/GHOST_EventKey.h +++ b/intern/ghost/intern/GHOST_EventKey.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_EventKey class. */ diff --git a/intern/ghost/intern/GHOST_EventManager.cpp b/intern/ghost/intern/GHOST_EventManager.cpp index ea7bc4b9b15..094467bb0dd 100644 --- a/intern/ghost/intern/GHOST_EventManager.cpp +++ b/intern/ghost/intern/GHOST_EventManager.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_EventManager.h b/intern/ghost/intern/GHOST_EventManager.h index d56b4f9fb11..04e71586550 100644 --- a/intern/ghost/intern/GHOST_EventManager.h +++ b/intern/ghost/intern/GHOST_EventManager.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_EventManager class. */ diff --git a/intern/ghost/intern/GHOST_EventNDOF.h b/intern/ghost/intern/GHOST_EventNDOF.h index 885d1ddae5f..af4b4cb5f06 100644 --- a/intern/ghost/intern/GHOST_EventNDOF.h +++ b/intern/ghost/intern/GHOST_EventNDOF.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_EVENTNDOF_H__ diff --git a/intern/ghost/intern/GHOST_EventPrinter.cpp b/intern/ghost/intern/GHOST_EventPrinter.cpp index 752ad61e958..0ed34cb9fba 100644 --- a/intern/ghost/intern/GHOST_EventPrinter.cpp +++ b/intern/ghost/intern/GHOST_EventPrinter.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_EventPrinter class. */ diff --git a/intern/ghost/intern/GHOST_EventPrinter.h b/intern/ghost/intern/GHOST_EventPrinter.h index ea3033319a5..6ac3e1ee68a 100644 --- a/intern/ghost/intern/GHOST_EventPrinter.h +++ b/intern/ghost/intern/GHOST_EventPrinter.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_EventPrinter class. */ diff --git a/intern/ghost/intern/GHOST_EventString.h b/intern/ghost/intern/GHOST_EventString.h index d723cdbd3dd..8a1d2169708 100644 --- a/intern/ghost/intern/GHOST_EventString.h +++ b/intern/ghost/intern/GHOST_EventString.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_EventString class. */ diff --git a/intern/ghost/intern/GHOST_EventTrackpad.h b/intern/ghost/intern/GHOST_EventTrackpad.h index 7bd1f44a412..cae80fa85a0 100644 --- a/intern/ghost/intern/GHOST_EventTrackpad.h +++ b/intern/ghost/intern/GHOST_EventTrackpad.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_EventTrackpad class. */ diff --git a/intern/ghost/intern/GHOST_EventWheel.h b/intern/ghost/intern/GHOST_EventWheel.h index 7f71f3e2dab..02b827d23d0 100644 --- a/intern/ghost/intern/GHOST_EventWheel.h +++ b/intern/ghost/intern/GHOST_EventWheel.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_EventWheel class. */ diff --git a/intern/ghost/intern/GHOST_ISystem.cpp b/intern/ghost/intern/GHOST_ISystem.cpp index 879797d4826..02e71d1a849 100644 --- a/intern/ghost/intern/GHOST_ISystem.cpp +++ b/intern/ghost/intern/GHOST_ISystem.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_ISystemPaths.cpp b/intern/ghost/intern/GHOST_ISystemPaths.cpp index e08f0445d4e..e9abe3d2983 100644 --- a/intern/ghost/intern/GHOST_ISystemPaths.cpp +++ b/intern/ghost/intern/GHOST_ISystemPaths.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_ImeWin32.cpp b/intern/ghost/intern/GHOST_ImeWin32.cpp index e106ea0d804..94abf92dae4 100644 --- a/intern/ghost/intern/GHOST_ImeWin32.cpp +++ b/intern/ghost/intern/GHOST_ImeWin32.cpp @@ -20,7 +20,8 @@ */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifdef WITH_INPUT_IME diff --git a/intern/ghost/intern/GHOST_ImeWin32.h b/intern/ghost/intern/GHOST_ImeWin32.h index dc26f8d5465..10f6d1cef55 100644 --- a/intern/ghost/intern/GHOST_ImeWin32.h +++ b/intern/ghost/intern/GHOST_ImeWin32.h @@ -19,7 +19,8 @@ * The Original Code is: some of this file. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_IME_H__ diff --git a/intern/ghost/intern/GHOST_ModifierKeys.cpp b/intern/ghost/intern/GHOST_ModifierKeys.cpp index 31e8265f4ce..6dfdb5f5a3d 100644 --- a/intern/ghost/intern/GHOST_ModifierKeys.cpp +++ b/intern/ghost/intern/GHOST_ModifierKeys.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_ModifierKeys.h b/intern/ghost/intern/GHOST_ModifierKeys.h index 1d4708a5ea6..092f38f4d5a 100644 --- a/intern/ghost/intern/GHOST_ModifierKeys.h +++ b/intern/ghost/intern/GHOST_ModifierKeys.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_ModifierKeys struct. */ diff --git a/intern/ghost/intern/GHOST_Path-api.cpp b/intern/ghost/intern/GHOST_Path-api.cpp index 51bd0541b40..645613d17a6 100644 --- a/intern/ghost/intern/GHOST_Path-api.cpp +++ b/intern/ghost/intern/GHOST_Path-api.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #include diff --git a/intern/ghost/intern/GHOST_Rect.cpp b/intern/ghost/intern/GHOST_Rect.cpp index 4285949297f..973c3d40ae8 100644 --- a/intern/ghost/intern/GHOST_Rect.cpp +++ b/intern/ghost/intern/GHOST_Rect.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_System.cpp b/intern/ghost/intern/GHOST_System.cpp index 52283d36fcf..5a3a745267c 100644 --- a/intern/ghost/intern/GHOST_System.cpp +++ b/intern/ghost/intern/GHOST_System.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #include "GHOST_System.h" diff --git a/intern/ghost/intern/GHOST_System.h b/intern/ghost/intern/GHOST_System.h index 9df70456493..bd8a1d4a23e 100644 --- a/intern/ghost/intern/GHOST_System.h +++ b/intern/ghost/intern/GHOST_System.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_System class. */ diff --git a/intern/ghost/intern/GHOST_SystemCocoa.h b/intern/ghost/intern/GHOST_SystemCocoa.h index e3f85b5a7bc..289b084cc71 100644 --- a/intern/ghost/intern/GHOST_SystemCocoa.h +++ b/intern/ghost/intern/GHOST_SystemCocoa.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_SystemCocoa class. */ diff --git a/intern/ghost/intern/GHOST_SystemNULL.h b/intern/ghost/intern/GHOST_SystemNULL.h index 3076d7181ca..19e87bffd78 100644 --- a/intern/ghost/intern/GHOST_SystemNULL.h +++ b/intern/ghost/intern/GHOST_SystemNULL.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_SystemNULL class. */ diff --git a/intern/ghost/intern/GHOST_SystemPaths.h b/intern/ghost/intern/GHOST_SystemPaths.h index 2c4f7e5a026..d8bcc3de99a 100644 --- a/intern/ghost/intern/GHOST_SystemPaths.h +++ b/intern/ghost/intern/GHOST_SystemPaths.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_SYSTEMPATHS_H__ diff --git a/intern/ghost/intern/GHOST_SystemPathsCocoa.h b/intern/ghost/intern/GHOST_SystemPathsCocoa.h index 2281eb81e9f..746f4933012 100644 --- a/intern/ghost/intern/GHOST_SystemPathsCocoa.h +++ b/intern/ghost/intern/GHOST_SystemPathsCocoa.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_SystemPathsUnix.cpp b/intern/ghost/intern/GHOST_SystemPathsUnix.cpp index 963aeb4a824..94e058f3dac 100644 --- a/intern/ghost/intern/GHOST_SystemPathsUnix.cpp +++ b/intern/ghost/intern/GHOST_SystemPathsUnix.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #include "GHOST_SystemPathsUnix.h" diff --git a/intern/ghost/intern/GHOST_SystemPathsUnix.h b/intern/ghost/intern/GHOST_SystemPathsUnix.h index 2668899667a..0bd5690fb1a 100644 --- a/intern/ghost/intern/GHOST_SystemPathsUnix.h +++ b/intern/ghost/intern/GHOST_SystemPathsUnix.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_SystemPathsWin32.cpp b/intern/ghost/intern/GHOST_SystemPathsWin32.cpp index 5368fb06b80..a403ef294a2 100644 --- a/intern/ghost/intern/GHOST_SystemPathsWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemPathsWin32.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_SystemPathsWin32.h b/intern/ghost/intern/GHOST_SystemPathsWin32.h index 09bc3b07500..bfb4ef33a68 100644 --- a/intern/ghost/intern/GHOST_SystemPathsWin32.h +++ b/intern/ghost/intern/GHOST_SystemPathsWin32.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_SystemSDL.cpp b/intern/ghost/intern/GHOST_SystemSDL.cpp index 9aff808f3a1..362d78c6dbd 100644 --- a/intern/ghost/intern/GHOST_SystemSDL.cpp +++ b/intern/ghost/intern/GHOST_SystemSDL.cpp @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #include diff --git a/intern/ghost/intern/GHOST_SystemSDL.h b/intern/ghost/intern/GHOST_SystemSDL.h index f3c31cedcc0..fabd15d3164 100644 --- a/intern/ghost/intern/GHOST_SystemSDL.h +++ b/intern/ghost/intern/GHOST_SystemSDL.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_SystemSDL class. */ diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp index e81c474ffc7..ab451f1d586 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_SystemWin32.h b/intern/ghost/intern/GHOST_SystemWin32.h index 1e1a4aec71a..48934feaeda 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.h +++ b/intern/ghost/intern/GHOST_SystemWin32.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_SystemWin32 class. */ diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp index e5d55f9de93..0bc5378b63b 100644 --- a/intern/ghost/intern/GHOST_SystemX11.cpp +++ b/intern/ghost/intern/GHOST_SystemX11.cpp @@ -19,7 +19,8 @@ * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #include diff --git a/intern/ghost/intern/GHOST_SystemX11.h b/intern/ghost/intern/GHOST_SystemX11.h index 8d83bfbc31c..e415757d925 100644 --- a/intern/ghost/intern/GHOST_SystemX11.h +++ b/intern/ghost/intern/GHOST_SystemX11.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_SystemX11 class. */ diff --git a/intern/ghost/intern/GHOST_TaskbarWin32.h b/intern/ghost/intern/GHOST_TaskbarWin32.h index ba10d5e3512..670272b30cd 100644 --- a/intern/ghost/intern/GHOST_TaskbarWin32.h +++ b/intern/ghost/intern/GHOST_TaskbarWin32.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_TASKBARWIN32_H__ #define __GHOST_TASKBARWIN32_H__ diff --git a/intern/ghost/intern/GHOST_TaskbarX11.cpp b/intern/ghost/intern/GHOST_TaskbarX11.cpp index f8178f23c55..fbf51605bf0 100644 --- a/intern/ghost/intern/GHOST_TaskbarX11.cpp +++ b/intern/ghost/intern/GHOST_TaskbarX11.cpp @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #include "GHOST_TaskbarX11.h" diff --git a/intern/ghost/intern/GHOST_TaskbarX11.h b/intern/ghost/intern/GHOST_TaskbarX11.h index b56f4abbe86..65043635762 100644 --- a/intern/ghost/intern/GHOST_TaskbarX11.h +++ b/intern/ghost/intern/GHOST_TaskbarX11.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #ifndef __GHOST_TASKBARX11_H__ #define __GHOST_TASKBARX11_H__ diff --git a/intern/ghost/intern/GHOST_TimerManager.cpp b/intern/ghost/intern/GHOST_TimerManager.cpp index 9cea0774c05..f1d0d13e5ba 100644 --- a/intern/ghost/intern/GHOST_TimerManager.cpp +++ b/intern/ghost/intern/GHOST_TimerManager.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_TimerManager.h b/intern/ghost/intern/GHOST_TimerManager.h index 8693afae769..538198e208d 100644 --- a/intern/ghost/intern/GHOST_TimerManager.h +++ b/intern/ghost/intern/GHOST_TimerManager.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_TimerManager class. */ diff --git a/intern/ghost/intern/GHOST_TimerTask.h b/intern/ghost/intern/GHOST_TimerTask.h index 18c192b8669..375de377a25 100644 --- a/intern/ghost/intern/GHOST_TimerTask.h +++ b/intern/ghost/intern/GHOST_TimerTask.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_TimerTask class. */ diff --git a/intern/ghost/intern/GHOST_Window.cpp b/intern/ghost/intern/GHOST_Window.cpp index 0b53ec218e1..0334cdf5f20 100644 --- a/intern/ghost/intern/GHOST_Window.cpp +++ b/intern/ghost/intern/GHOST_Window.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_Window.h b/intern/ghost/intern/GHOST_Window.h index f0cbb1f6ccf..c84fced2f2d 100644 --- a/intern/ghost/intern/GHOST_Window.h +++ b/intern/ghost/intern/GHOST_Window.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_Window class. */ diff --git a/intern/ghost/intern/GHOST_WindowCocoa.h b/intern/ghost/intern/GHOST_WindowCocoa.h index e0bbf051a3f..0b3aa6be732 100644 --- a/intern/ghost/intern/GHOST_WindowCocoa.h +++ b/intern/ghost/intern/GHOST_WindowCocoa.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_WindowCocoa class. */ diff --git a/intern/ghost/intern/GHOST_WindowManager.cpp b/intern/ghost/intern/GHOST_WindowManager.cpp index ea45770a4db..d05f701be32 100644 --- a/intern/ghost/intern/GHOST_WindowManager.cpp +++ b/intern/ghost/intern/GHOST_WindowManager.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_WindowManager.h b/intern/ghost/intern/GHOST_WindowManager.h index 34055a08d26..fe1db0fed52 100644 --- a/intern/ghost/intern/GHOST_WindowManager.h +++ b/intern/ghost/intern/GHOST_WindowManager.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_WindowManager class. */ diff --git a/intern/ghost/intern/GHOST_WindowNULL.h b/intern/ghost/intern/GHOST_WindowNULL.h index a5ef1e82b3d..c7d9efcdc51 100644 --- a/intern/ghost/intern/GHOST_WindowNULL.h +++ b/intern/ghost/intern/GHOST_WindowNULL.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_WindowNULL class. */ diff --git a/intern/ghost/intern/GHOST_WindowSDL.cpp b/intern/ghost/intern/GHOST_WindowSDL.cpp index d1a2cf84aad..f9d1b7c3677 100644 --- a/intern/ghost/intern/GHOST_WindowSDL.cpp +++ b/intern/ghost/intern/GHOST_WindowSDL.cpp @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #include "GHOST_WindowSDL.h" diff --git a/intern/ghost/intern/GHOST_WindowSDL.h b/intern/ghost/intern/GHOST_WindowSDL.h index 459cfd30819..c7325240862 100644 --- a/intern/ghost/intern/GHOST_WindowSDL.h +++ b/intern/ghost/intern/GHOST_WindowSDL.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_WindowSDL class. */ diff --git a/intern/ghost/intern/GHOST_WindowWin32.cpp b/intern/ghost/intern/GHOST_WindowWin32.cpp index 695558d1acf..e1be9a0b2c7 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.cpp +++ b/intern/ghost/intern/GHOST_WindowWin32.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ #define _USE_MATH_DEFINES diff --git a/intern/ghost/intern/GHOST_WindowWin32.h b/intern/ghost/intern/GHOST_WindowWin32.h index 516397bf12f..716e2f0618c 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.h +++ b/intern/ghost/intern/GHOST_WindowWin32.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_WindowWin32 class. */ diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp index 658e306596e..71a7bcd8e01 100644 --- a/intern/ghost/intern/GHOST_WindowX11.cpp +++ b/intern/ghost/intern/GHOST_WindowX11.cpp @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST */ /* For standard X11 cursors */ diff --git a/intern/ghost/intern/GHOST_WindowX11.h b/intern/ghost/intern/GHOST_WindowX11.h index 7bf219ad5b1..d237bb8a726 100644 --- a/intern/ghost/intern/GHOST_WindowX11.h +++ b/intern/ghost/intern/GHOST_WindowX11.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup GHOST +/** \file + * \ingroup GHOST * Declaration of GHOST_WindowX11 class. */ -- cgit v1.2.3