From eef4077f18495d88a2426cfda3ec9a4dc461f798 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Feb 2019 15:42:22 +1100 Subject: Cleanup: remove redundant doxygen \file argument Move \ingroup onto same line to be more compact and make it clear the file is in the group. --- intern/ghost/GHOST_C-api.h | 4 +--- 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, 99 insertions(+), 199 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h index 85fa02fe441..47e00a3780f 100644 --- a/intern/ghost/GHOST_C-api.h +++ b/intern/ghost/GHOST_C-api.h @@ -16,9 +16,7 @@ * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. * All rights reserved. */ -/** \ingroup GHOST - * - * \file GHOST_C-api.h +/** \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 791b5aa2201..9b6ab412601 100644 --- a/intern/ghost/GHOST_IContext.h +++ b/intern/ghost/GHOST_IContext.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/GHOST_IContext.h - * \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 e9bd84daa31..cec94f97196 100644 --- a/intern/ghost/GHOST_IEvent.h +++ b/intern/ghost/GHOST_IEvent.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/GHOST_IEvent.h - * \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 ee9bdaa1f5c..edd8597ef16 100644 --- a/intern/ghost/GHOST_IEventConsumer.h +++ b/intern/ghost/GHOST_IEventConsumer.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/GHOST_IEventConsumer.h - * \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 9b18ad3a729..cf9ce144c50 100644 --- a/intern/ghost/GHOST_ISystem.h +++ b/intern/ghost/GHOST_ISystem.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/GHOST_ISystem.h - * \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 0e25814da8f..c5fc66dffd7 100644 --- a/intern/ghost/GHOST_ISystemPaths.h +++ b/intern/ghost/GHOST_ISystemPaths.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/GHOST_ISystemPaths.h - * \ingroup GHOST +/** \file \ingroup GHOST */ #ifndef __GHOST_ISYSTEMPATHS_H__ diff --git a/intern/ghost/GHOST_ITimerTask.h b/intern/ghost/GHOST_ITimerTask.h index 4f6045c53b8..400013fffe0 100644 --- a/intern/ghost/GHOST_ITimerTask.h +++ b/intern/ghost/GHOST_ITimerTask.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/GHOST_ITimerTask.h - * \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 263d9438530..07310ce9dba 100644 --- a/intern/ghost/GHOST_IWindow.h +++ b/intern/ghost/GHOST_IWindow.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/GHOST_IWindow.h - * \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 47fb78e9f2c..ac17b5a9197 100644 --- a/intern/ghost/GHOST_Path-api.h +++ b/intern/ghost/GHOST_Path-api.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/GHOST_Path-api.h - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/GHOST_Rect.h b/intern/ghost/GHOST_Rect.h index 8afbd5e3043..1a6d5290a42 100644 --- a/intern/ghost/GHOST_Rect.h +++ b/intern/ghost/GHOST_Rect.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_Debug.h - * \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 803c838271b..ef6b6a17ed6 100644 --- a/intern/ghost/GHOST_Types.h +++ b/intern/ghost/GHOST_Types.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/GHOST_Types.h - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_Buttons.cpp b/intern/ghost/intern/GHOST_Buttons.cpp index 16744c6fd00..ca9b47648ee 100644 --- a/intern/ghost/intern/GHOST_Buttons.cpp +++ b/intern/ghost/intern/GHOST_Buttons.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_Buttons.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_Buttons.h b/intern/ghost/intern/GHOST_Buttons.h index 537a21baa0f..6c1c43bf63d 100644 --- a/intern/ghost/intern/GHOST_Buttons.h +++ b/intern/ghost/intern/GHOST_Buttons.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_Buttons.h - * \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 24381085d6b..5e175f90dc8 100644 --- a/intern/ghost/intern/GHOST_C-api.cpp +++ b/intern/ghost/intern/GHOST_C-api.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_C-api.cpp - * \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 c801874cec1..1d84a9da101 100644 --- a/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp +++ b/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_CallbackEventConsumer.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_CallbackEventConsumer.h b/intern/ghost/intern/GHOST_CallbackEventConsumer.h index 96537db4bad..8c45926176b 100644 --- a/intern/ghost/intern/GHOST_CallbackEventConsumer.h +++ b/intern/ghost/intern/GHOST_CallbackEventConsumer.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_CallbackEventConsumer.h - * \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 223503af0a1..55a4cfe0c27 100644 --- a/intern/ghost/intern/GHOST_Context.cpp +++ b/intern/ghost/intern/GHOST_Context.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_Context.cpp - * \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 abc13f2694d..05170d88216 100644 --- a/intern/ghost/intern/GHOST_Context.h +++ b/intern/ghost/intern/GHOST_Context.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_Context.h - * \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 19b00a436a8..711d05ec614 100644 --- a/intern/ghost/intern/GHOST_ContextCGL.h +++ b/intern/ghost/intern/GHOST_ContextCGL.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ContextCGL.h - * \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 d63367c4e59..93cad52d531 100644 --- a/intern/ghost/intern/GHOST_ContextEGL.cpp +++ b/intern/ghost/intern/GHOST_ContextEGL.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ContextEGL.cpp - * \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 2bbb3a49369..55d16e3039f 100644 --- a/intern/ghost/intern/GHOST_ContextEGL.h +++ b/intern/ghost/intern/GHOST_ContextEGL.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ContextEGL.h - * \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 7fa3d8874b2..17e63cb151d 100644 --- a/intern/ghost/intern/GHOST_ContextGLX.cpp +++ b/intern/ghost/intern/GHOST_ContextGLX.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ContextGLX.cpp - * \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 c9a9cc433db..602231e820f 100644 --- a/intern/ghost/intern/GHOST_ContextGLX.h +++ b/intern/ghost/intern/GHOST_ContextGLX.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ContextGLX.h - * \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 cdf49a8f385..211fb872d5f 100644 --- a/intern/ghost/intern/GHOST_ContextNone.cpp +++ b/intern/ghost/intern/GHOST_ContextNone.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ContextNone.cpp - * \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 13eb708594a..717f11e3b6e 100644 --- a/intern/ghost/intern/GHOST_ContextNone.h +++ b/intern/ghost/intern/GHOST_ContextNone.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ContextNone.h - * \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 214520bd348..3649e1f9bec 100644 --- a/intern/ghost/intern/GHOST_ContextSDL.cpp +++ b/intern/ghost/intern/GHOST_ContextSDL.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ContextSDL.cpp - * \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 83edf719c3d..e041e4ebb26 100644 --- a/intern/ghost/intern/GHOST_ContextSDL.h +++ b/intern/ghost/intern/GHOST_ContextSDL.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ContextSDL.h - * \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 24fabed2f9e..f5c297862e7 100644 --- a/intern/ghost/intern/GHOST_ContextWGL.cpp +++ b/intern/ghost/intern/GHOST_ContextWGL.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ContextWGL.cpp - * \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 56c00b10202..0fef3c7b624 100644 --- a/intern/ghost/intern/GHOST_ContextWGL.h +++ b/intern/ghost/intern/GHOST_ContextWGL.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ContextWGL.h - * \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 a62ae1c213d..77454869fa6 100644 --- a/intern/ghost/intern/GHOST_Debug.h +++ b/intern/ghost/intern/GHOST_Debug.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_Debug.h - * \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 c818d302411..a1dfd9d6151 100644 --- a/intern/ghost/intern/GHOST_DisplayManager.cpp +++ b/intern/ghost/intern/GHOST_DisplayManager.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_DisplayManager.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_DisplayManager.h b/intern/ghost/intern/GHOST_DisplayManager.h index 9e3d40d75dc..9bc9f8e9c3c 100644 --- a/intern/ghost/intern/GHOST_DisplayManager.h +++ b/intern/ghost/intern/GHOST_DisplayManager.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_DisplayManager.h - * \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 b389773d340..3ef8a504983 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerCocoa.h +++ b/intern/ghost/intern/GHOST_DisplayManagerCocoa.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_DisplayManagerCocoa.h - * \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 7319c48107e..d17cd4ff6a7 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerNULL.h +++ b/intern/ghost/intern/GHOST_DisplayManagerNULL.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file ghost/intern/GHOST_DisplayManagerNULL.h - * \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 8c6aa78bf33..8c319ed6949 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerSDL.cpp +++ b/intern/ghost/intern/GHOST_DisplayManagerSDL.cpp @@ -18,8 +18,7 @@ * Copyright (C) 2012 Alex Fraser */ -/** \file ghost/intern/GHOST_DisplayManagerSDL.cpp - * \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 f2fdf92f5d2..f8027c4a216 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerSDL.h +++ b/intern/ghost/intern/GHOST_DisplayManagerSDL.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file ghost/intern/GHOST_DisplayManagerSDL.h - * \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 2e26a3f8184..df5b0ea3a28 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp +++ b/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_DisplayManagerWin32.cpp - * \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 ed489ebe36d..744f5b66cdf 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerWin32.h +++ b/intern/ghost/intern/GHOST_DisplayManagerWin32.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_DisplayManagerWin32.h - * \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 30a4efa6922..7d849088b21 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp +++ b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp @@ -20,8 +20,7 @@ * Ported from Quake 2 by Alex Fraser */ -/** \file ghost/intern/GHOST_DisplayManagerX11.cpp - * \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 c871f4fdf5c..ab635b673b4 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerX11.h +++ b/intern/ghost/intern/GHOST_DisplayManagerX11.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_DisplayManagerX11.h - * \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 6ec4ba1e62d..40a4398594a 100644 --- a/intern/ghost/intern/GHOST_DropTargetWin32.cpp +++ b/intern/ghost/intern/GHOST_DropTargetWin32.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_DropTargetWin32.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_DropTargetWin32.h b/intern/ghost/intern/GHOST_DropTargetWin32.h index 6f5a4dee572..106ed0a0885 100644 --- a/intern/ghost/intern/GHOST_DropTargetWin32.h +++ b/intern/ghost/intern/GHOST_DropTargetWin32.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_DropTargetWin32.h - * \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 decd3200e9f..c1dcc0dc8a8 100644 --- a/intern/ghost/intern/GHOST_DropTargetX11.cpp +++ b/intern/ghost/intern/GHOST_DropTargetX11.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_DropTargetX11.cpp - * \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 d9065cff3aa..68d9c81399e 100644 --- a/intern/ghost/intern/GHOST_DropTargetX11.h +++ b/intern/ghost/intern/GHOST_DropTargetX11.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_DropTargetWin32.h - * \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 f1bdfd74b41..ba2349c09f8 100644 --- a/intern/ghost/intern/GHOST_Event.h +++ b/intern/ghost/intern/GHOST_Event.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_Event.h - * \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 07bc267a9cc..2f391054141 100644 --- a/intern/ghost/intern/GHOST_EventButton.h +++ b/intern/ghost/intern/GHOST_EventButton.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_EventButton.h - * \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 c0b0c07571d..492b3cd2f77 100644 --- a/intern/ghost/intern/GHOST_EventCursor.h +++ b/intern/ghost/intern/GHOST_EventCursor.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_EventCursor.h - * \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 702bd58fca9..24a9beac254 100644 --- a/intern/ghost/intern/GHOST_EventDragnDrop.h +++ b/intern/ghost/intern/GHOST_EventDragnDrop.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_EventDragnDrop.h - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_EventKey.h b/intern/ghost/intern/GHOST_EventKey.h index 37225a17077..8fb6db9f6d5 100644 --- a/intern/ghost/intern/GHOST_EventKey.h +++ b/intern/ghost/intern/GHOST_EventKey.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_EventKey.h - * \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 11aa7079bf0..ea7bc4b9b15 100644 --- a/intern/ghost/intern/GHOST_EventManager.cpp +++ b/intern/ghost/intern/GHOST_EventManager.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_EventManager.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_EventManager.h b/intern/ghost/intern/GHOST_EventManager.h index f5365aab073..d56b4f9fb11 100644 --- a/intern/ghost/intern/GHOST_EventManager.h +++ b/intern/ghost/intern/GHOST_EventManager.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_EventManager.h - * \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 db8ae6c14a9..885d1ddae5f 100644 --- a/intern/ghost/intern/GHOST_EventNDOF.h +++ b/intern/ghost/intern/GHOST_EventNDOF.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file ghost/intern/GHOST_EventNDOF.h - * \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 16a584824de..752ad61e958 100644 --- a/intern/ghost/intern/GHOST_EventPrinter.cpp +++ b/intern/ghost/intern/GHOST_EventPrinter.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_EventPrinter.cpp - * \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 d9457be4636..ea3033319a5 100644 --- a/intern/ghost/intern/GHOST_EventPrinter.h +++ b/intern/ghost/intern/GHOST_EventPrinter.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_EventPrinter.h - * \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 900814189eb..d723cdbd3dd 100644 --- a/intern/ghost/intern/GHOST_EventString.h +++ b/intern/ghost/intern/GHOST_EventString.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_EventString.h - * \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 c384e0fc726..7bd1f44a412 100644 --- a/intern/ghost/intern/GHOST_EventTrackpad.h +++ b/intern/ghost/intern/GHOST_EventTrackpad.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_EventTrackpad.h - * \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 fd3eea9a4e8..7f71f3e2dab 100644 --- a/intern/ghost/intern/GHOST_EventWheel.h +++ b/intern/ghost/intern/GHOST_EventWheel.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_EventWheel.h - * \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 6e40f50ee44..879797d4826 100644 --- a/intern/ghost/intern/GHOST_ISystem.cpp +++ b/intern/ghost/intern/GHOST_ISystem.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ISystem.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_ISystemPaths.cpp b/intern/ghost/intern/GHOST_ISystemPaths.cpp index 96372657712..e08f0445d4e 100644 --- a/intern/ghost/intern/GHOST_ISystemPaths.cpp +++ b/intern/ghost/intern/GHOST_ISystemPaths.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ISystemPaths.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_ImeWin32.cpp b/intern/ghost/intern/GHOST_ImeWin32.cpp index 93140454543..e106ea0d804 100644 --- a/intern/ghost/intern/GHOST_ImeWin32.cpp +++ b/intern/ghost/intern/GHOST_ImeWin32.cpp @@ -20,8 +20,7 @@ */ -/** \file ghost/intern/GHOST_ImeWin32.cpp - * \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 c345d80dd57..dc26f8d5465 100644 --- a/intern/ghost/intern/GHOST_ImeWin32.h +++ b/intern/ghost/intern/GHOST_ImeWin32.h @@ -19,8 +19,7 @@ * The Original Code is: some of this file. */ -/** \file ghost/intern/GHOST_ImeWin32.h - * \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 9483ec5f7e2..31e8265f4ce 100644 --- a/intern/ghost/intern/GHOST_ModifierKeys.cpp +++ b/intern/ghost/intern/GHOST_ModifierKeys.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ModifierKeys.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_ModifierKeys.h b/intern/ghost/intern/GHOST_ModifierKeys.h index 835b3e1686d..1d4708a5ea6 100644 --- a/intern/ghost/intern/GHOST_ModifierKeys.h +++ b/intern/ghost/intern/GHOST_ModifierKeys.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_ModifierKeys.h - * \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 fb33838fa3a..51bd0541b40 100644 --- a/intern/ghost/intern/GHOST_Path-api.cpp +++ b/intern/ghost/intern/GHOST_Path-api.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_Path-api.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ #include diff --git a/intern/ghost/intern/GHOST_Rect.cpp b/intern/ghost/intern/GHOST_Rect.cpp index b6cf5d37bf3..4285949297f 100644 --- a/intern/ghost/intern/GHOST_Rect.cpp +++ b/intern/ghost/intern/GHOST_Rect.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_Rect.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_System.cpp b/intern/ghost/intern/GHOST_System.cpp index 7a7b2ae32a2..52283d36fcf 100644 --- a/intern/ghost/intern/GHOST_System.cpp +++ b/intern/ghost/intern/GHOST_System.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_System.cpp - * \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 7f7e34b8516..9df70456493 100644 --- a/intern/ghost/intern/GHOST_System.h +++ b/intern/ghost/intern/GHOST_System.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_System.h - * \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 de174545a47..e3f85b5a7bc 100644 --- a/intern/ghost/intern/GHOST_SystemCocoa.h +++ b/intern/ghost/intern/GHOST_SystemCocoa.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_SystemCocoa.h - * \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 40e3223d8ae..3076d7181ca 100644 --- a/intern/ghost/intern/GHOST_SystemNULL.h +++ b/intern/ghost/intern/GHOST_SystemNULL.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file ghost/intern/GHOST_SystemNULL.h - * \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 a3e32f9452c..2c4f7e5a026 100644 --- a/intern/ghost/intern/GHOST_SystemPaths.h +++ b/intern/ghost/intern/GHOST_SystemPaths.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_SystemPaths.h - * \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 93b9e9afbb5..2281eb81e9f 100644 --- a/intern/ghost/intern/GHOST_SystemPathsCocoa.h +++ b/intern/ghost/intern/GHOST_SystemPathsCocoa.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_SystemPathsCocoa.h - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_SystemPathsUnix.cpp b/intern/ghost/intern/GHOST_SystemPathsUnix.cpp index 8fd6aee28da..963aeb4a824 100644 --- a/intern/ghost/intern/GHOST_SystemPathsUnix.cpp +++ b/intern/ghost/intern/GHOST_SystemPathsUnix.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_SystemPathsUnix.cpp - * \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 c924172f8d5..2668899667a 100644 --- a/intern/ghost/intern/GHOST_SystemPathsUnix.h +++ b/intern/ghost/intern/GHOST_SystemPathsUnix.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_SystemPathsUnix.h - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_SystemPathsWin32.cpp b/intern/ghost/intern/GHOST_SystemPathsWin32.cpp index 434fd7ab8f2..5368fb06b80 100644 --- a/intern/ghost/intern/GHOST_SystemPathsWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemPathsWin32.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_SystemPathsWin32.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_SystemPathsWin32.h b/intern/ghost/intern/GHOST_SystemPathsWin32.h index 0aa93d320a0..09bc3b07500 100644 --- a/intern/ghost/intern/GHOST_SystemPathsWin32.h +++ b/intern/ghost/intern/GHOST_SystemPathsWin32.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_SystemPathsWin32.h - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_SystemSDL.cpp b/intern/ghost/intern/GHOST_SystemSDL.cpp index c8d5bc6e1a8..9aff808f3a1 100644 --- a/intern/ghost/intern/GHOST_SystemSDL.cpp +++ b/intern/ghost/intern/GHOST_SystemSDL.cpp @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file ghost/intern/GHOST_SystemSDL.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ #include diff --git a/intern/ghost/intern/GHOST_SystemSDL.h b/intern/ghost/intern/GHOST_SystemSDL.h index bc57b44d2a2..f3c31cedcc0 100644 --- a/intern/ghost/intern/GHOST_SystemSDL.h +++ b/intern/ghost/intern/GHOST_SystemSDL.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file ghost/intern/GHOST_SystemSDL.h - * \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 8bcb3df9a7f..e81c474ffc7 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_SystemWin32.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_SystemWin32.h b/intern/ghost/intern/GHOST_SystemWin32.h index a18301aaf20..1e1a4aec71a 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.h +++ b/intern/ghost/intern/GHOST_SystemWin32.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_SystemWin32.h - * \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 a958da0fe6a..e5d55f9de93 100644 --- a/intern/ghost/intern/GHOST_SystemX11.cpp +++ b/intern/ghost/intern/GHOST_SystemX11.cpp @@ -19,8 +19,7 @@ * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). */ -/** \file ghost/intern/GHOST_SystemX11.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ #include diff --git a/intern/ghost/intern/GHOST_SystemX11.h b/intern/ghost/intern/GHOST_SystemX11.h index 9a906ecdc99..8d83bfbc31c 100644 --- a/intern/ghost/intern/GHOST_SystemX11.h +++ b/intern/ghost/intern/GHOST_SystemX11.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_SystemX11.h - * \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 f65207af706..180aa8ed642 100644 --- a/intern/ghost/intern/GHOST_TaskbarWin32.h +++ b/intern/ghost/intern/GHOST_TaskbarWin32.h @@ -1,5 +1,4 @@ -/** \file ghost/intern/GHOST_TaskbarWin32.h - * \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 6c8db831d1b..f8178f23c55 100644 --- a/intern/ghost/intern/GHOST_TaskbarX11.cpp +++ b/intern/ghost/intern/GHOST_TaskbarX11.cpp @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file ghost/intern/GHOST_TaskbarX11.cpp - * \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 96ad61acecb..b56f4abbe86 100644 --- a/intern/ghost/intern/GHOST_TaskbarX11.h +++ b/intern/ghost/intern/GHOST_TaskbarX11.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file ghost/intern/GHOST_TaskbarX11.h - * \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 b04b742eff8..9cea0774c05 100644 --- a/intern/ghost/intern/GHOST_TimerManager.cpp +++ b/intern/ghost/intern/GHOST_TimerManager.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_TimerManager.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_TimerManager.h b/intern/ghost/intern/GHOST_TimerManager.h index 119dda16a79..8693afae769 100644 --- a/intern/ghost/intern/GHOST_TimerManager.h +++ b/intern/ghost/intern/GHOST_TimerManager.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_TimerManager.h - * \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 a0127d375e6..18c192b8669 100644 --- a/intern/ghost/intern/GHOST_TimerTask.h +++ b/intern/ghost/intern/GHOST_TimerTask.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_TimerTask.h - * \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 08d7071e5bc..0b53ec218e1 100644 --- a/intern/ghost/intern/GHOST_Window.cpp +++ b/intern/ghost/intern/GHOST_Window.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_Window.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_Window.h b/intern/ghost/intern/GHOST_Window.h index 7abee29a1d2..f0cbb1f6ccf 100644 --- a/intern/ghost/intern/GHOST_Window.h +++ b/intern/ghost/intern/GHOST_Window.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_Window.h - * \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 ef6d4172b07..e0bbf051a3f 100644 --- a/intern/ghost/intern/GHOST_WindowCocoa.h +++ b/intern/ghost/intern/GHOST_WindowCocoa.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_WindowCocoa.h - * \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 c3fb56d8b6b..ea45770a4db 100644 --- a/intern/ghost/intern/GHOST_WindowManager.cpp +++ b/intern/ghost/intern/GHOST_WindowManager.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_WindowManager.cpp - * \ingroup GHOST +/** \file \ingroup GHOST */ diff --git a/intern/ghost/intern/GHOST_WindowManager.h b/intern/ghost/intern/GHOST_WindowManager.h index c628457e337..34055a08d26 100644 --- a/intern/ghost/intern/GHOST_WindowManager.h +++ b/intern/ghost/intern/GHOST_WindowManager.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_WindowManager.h - * \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 61bbac743f9..a5ef1e82b3d 100644 --- a/intern/ghost/intern/GHOST_WindowNULL.h +++ b/intern/ghost/intern/GHOST_WindowNULL.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file ghost/intern/GHOST_WindowNULL.h - * \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 00b89c802a0..d1a2cf84aad 100644 --- a/intern/ghost/intern/GHOST_WindowSDL.cpp +++ b/intern/ghost/intern/GHOST_WindowSDL.cpp @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file ghost/intern/GHOST_WindowSDL.cpp - * \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 04c8d034af8..459cfd30819 100644 --- a/intern/ghost/intern/GHOST_WindowSDL.h +++ b/intern/ghost/intern/GHOST_WindowSDL.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file ghost/intern/GHOST_WindowSDL.h - * \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 88234361969..695558d1acf 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.cpp +++ b/intern/ghost/intern/GHOST_WindowWin32.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_WindowWin32.cpp - * \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 236ac637206..516397bf12f 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.h +++ b/intern/ghost/intern/GHOST_WindowWin32.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_WindowWin32.h - * \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 101c796fd6a..658e306596e 100644 --- a/intern/ghost/intern/GHOST_WindowX11.cpp +++ b/intern/ghost/intern/GHOST_WindowX11.cpp @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_WindowX11.cpp - * \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 d51b9aa1c3b..7bf219ad5b1 100644 --- a/intern/ghost/intern/GHOST_WindowX11.h +++ b/intern/ghost/intern/GHOST_WindowX11.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file ghost/intern/GHOST_WindowX11.h - * \ingroup GHOST +/** \file \ingroup GHOST * Declaration of GHOST_WindowX11 class. */ -- cgit v1.2.3