Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-18 00:08:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-18 00:22:12 +0300
commitde13d0a80c3cb6a7445245b2999a29fe70e49953 (patch)
tree48ab17499c8ade363e082e5871770a9d10a8b930 /intern/ghost
parent3316853323226afe7003a8638fa09600d9ba028d (diff)
doxygen: add newline after \file
While \file doesn't need an argument, it can't have another doxy command after it.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/GHOST_C-api.h3
-rw-r--r--intern/ghost/GHOST_IContext.h3
-rw-r--r--intern/ghost/GHOST_IEvent.h3
-rw-r--r--intern/ghost/GHOST_IEventConsumer.h3
-rw-r--r--intern/ghost/GHOST_ISystem.h3
-rw-r--r--intern/ghost/GHOST_ISystemPaths.h3
-rw-r--r--intern/ghost/GHOST_ITimerTask.h3
-rw-r--r--intern/ghost/GHOST_IWindow.h3
-rw-r--r--intern/ghost/GHOST_Path-api.h3
-rw-r--r--intern/ghost/GHOST_Rect.h3
-rw-r--r--intern/ghost/GHOST_Types.h3
-rw-r--r--intern/ghost/intern/GHOST_Buttons.cpp3
-rw-r--r--intern/ghost/intern/GHOST_Buttons.h3
-rw-r--r--intern/ghost/intern/GHOST_C-api.cpp3
-rw-r--r--intern/ghost/intern/GHOST_CallbackEventConsumer.cpp3
-rw-r--r--intern/ghost/intern/GHOST_CallbackEventConsumer.h3
-rw-r--r--intern/ghost/intern/GHOST_Context.cpp3
-rw-r--r--intern/ghost/intern/GHOST_Context.h3
-rw-r--r--intern/ghost/intern/GHOST_ContextCGL.h3
-rw-r--r--intern/ghost/intern/GHOST_ContextEGL.cpp3
-rw-r--r--intern/ghost/intern/GHOST_ContextEGL.h3
-rw-r--r--intern/ghost/intern/GHOST_ContextGLX.cpp3
-rw-r--r--intern/ghost/intern/GHOST_ContextGLX.h3
-rw-r--r--intern/ghost/intern/GHOST_ContextNone.cpp3
-rw-r--r--intern/ghost/intern/GHOST_ContextNone.h3
-rw-r--r--intern/ghost/intern/GHOST_ContextSDL.cpp3
-rw-r--r--intern/ghost/intern/GHOST_ContextSDL.h3
-rw-r--r--intern/ghost/intern/GHOST_ContextWGL.cpp3
-rw-r--r--intern/ghost/intern/GHOST_ContextWGL.h3
-rw-r--r--intern/ghost/intern/GHOST_Debug.h3
-rw-r--r--intern/ghost/intern/GHOST_DisplayManager.cpp3
-rw-r--r--intern/ghost/intern/GHOST_DisplayManager.h3
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerCocoa.h3
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerNULL.h3
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerSDL.cpp3
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerSDL.h3
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerWin32.cpp3
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerWin32.h3
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerX11.cpp3
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerX11.h3
-rw-r--r--intern/ghost/intern/GHOST_DropTargetWin32.cpp3
-rw-r--r--intern/ghost/intern/GHOST_DropTargetWin32.h3
-rw-r--r--intern/ghost/intern/GHOST_DropTargetX11.cpp3
-rw-r--r--intern/ghost/intern/GHOST_DropTargetX11.h3
-rw-r--r--intern/ghost/intern/GHOST_Event.h3
-rw-r--r--intern/ghost/intern/GHOST_EventButton.h3
-rw-r--r--intern/ghost/intern/GHOST_EventCursor.h3
-rw-r--r--intern/ghost/intern/GHOST_EventDragnDrop.h3
-rw-r--r--intern/ghost/intern/GHOST_EventKey.h3
-rw-r--r--intern/ghost/intern/GHOST_EventManager.cpp3
-rw-r--r--intern/ghost/intern/GHOST_EventManager.h3
-rw-r--r--intern/ghost/intern/GHOST_EventNDOF.h3
-rw-r--r--intern/ghost/intern/GHOST_EventPrinter.cpp3
-rw-r--r--intern/ghost/intern/GHOST_EventPrinter.h3
-rw-r--r--intern/ghost/intern/GHOST_EventString.h3
-rw-r--r--intern/ghost/intern/GHOST_EventTrackpad.h3
-rw-r--r--intern/ghost/intern/GHOST_EventWheel.h3
-rw-r--r--intern/ghost/intern/GHOST_ISystem.cpp3
-rw-r--r--intern/ghost/intern/GHOST_ISystemPaths.cpp3
-rw-r--r--intern/ghost/intern/GHOST_ImeWin32.cpp3
-rw-r--r--intern/ghost/intern/GHOST_ImeWin32.h3
-rw-r--r--intern/ghost/intern/GHOST_ModifierKeys.cpp3
-rw-r--r--intern/ghost/intern/GHOST_ModifierKeys.h3
-rw-r--r--intern/ghost/intern/GHOST_Path-api.cpp3
-rw-r--r--intern/ghost/intern/GHOST_Rect.cpp3
-rw-r--r--intern/ghost/intern/GHOST_System.cpp3
-rw-r--r--intern/ghost/intern/GHOST_System.h3
-rw-r--r--intern/ghost/intern/GHOST_SystemCocoa.h3
-rw-r--r--intern/ghost/intern/GHOST_SystemNULL.h3
-rw-r--r--intern/ghost/intern/GHOST_SystemPaths.h3
-rw-r--r--intern/ghost/intern/GHOST_SystemPathsCocoa.h3
-rw-r--r--intern/ghost/intern/GHOST_SystemPathsUnix.cpp3
-rw-r--r--intern/ghost/intern/GHOST_SystemPathsUnix.h3
-rw-r--r--intern/ghost/intern/GHOST_SystemPathsWin32.cpp3
-rw-r--r--intern/ghost/intern/GHOST_SystemPathsWin32.h3
-rw-r--r--intern/ghost/intern/GHOST_SystemSDL.cpp3
-rw-r--r--intern/ghost/intern/GHOST_SystemSDL.h3
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.cpp3
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.h3
-rw-r--r--intern/ghost/intern/GHOST_SystemX11.cpp3
-rw-r--r--intern/ghost/intern/GHOST_SystemX11.h3
-rw-r--r--intern/ghost/intern/GHOST_TaskbarWin32.h3
-rw-r--r--intern/ghost/intern/GHOST_TaskbarX11.cpp3
-rw-r--r--intern/ghost/intern/GHOST_TaskbarX11.h3
-rw-r--r--intern/ghost/intern/GHOST_TimerManager.cpp3
-rw-r--r--intern/ghost/intern/GHOST_TimerManager.h3
-rw-r--r--intern/ghost/intern/GHOST_TimerTask.h3
-rw-r--r--intern/ghost/intern/GHOST_Window.cpp3
-rw-r--r--intern/ghost/intern/GHOST_Window.h3
-rw-r--r--intern/ghost/intern/GHOST_WindowCocoa.h3
-rw-r--r--intern/ghost/intern/GHOST_WindowManager.cpp3
-rw-r--r--intern/ghost/intern/GHOST_WindowManager.h3
-rw-r--r--intern/ghost/intern/GHOST_WindowNULL.h3
-rw-r--r--intern/ghost/intern/GHOST_WindowSDL.cpp3
-rw-r--r--intern/ghost/intern/GHOST_WindowSDL.h3
-rw-r--r--intern/ghost/intern/GHOST_WindowWin32.cpp3
-rw-r--r--intern/ghost/intern/GHOST_WindowWin32.h3
-rw-r--r--intern/ghost/intern/GHOST_WindowX11.cpp3
-rw-r--r--intern/ghost/intern/GHOST_WindowX11.h3
99 files changed, 198 insertions, 99 deletions
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 <alex@phatcore.com>
*/
-/** \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 <cstdio>
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 <assert.h>
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 <X11/Xatom.h>
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.
*/