From b15161a2d33a309a15b431428bb082966d6d381a Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 25 Feb 2011 11:28:33 +0000 Subject: doxygen: fixup and tag intern/ghost. --- intern/ghost/GHOST_IEvent.h | 5 +++-- intern/ghost/GHOST_IEventConsumer.h | 5 +++-- intern/ghost/GHOST_ISystem.h | 4 ++-- intern/ghost/GHOST_ISystemPaths.h | 5 +++++ intern/ghost/GHOST_ITimerTask.h | 5 +++-- intern/ghost/GHOST_IWindow.h | 5 +++-- intern/ghost/GHOST_Path-api.h | 5 +++++ intern/ghost/GHOST_Rect.h | 7 ++++--- intern/ghost/GHOST_Types.h | 5 +++++ intern/ghost/intern/GHOST_Buttons.cpp | 7 ++++++- intern/ghost/intern/GHOST_Buttons.h | 7 ++++--- intern/ghost/intern/GHOST_C-api.cpp | 5 +++++ intern/ghost/intern/GHOST_CallbackEventConsumer.cpp | 7 ++++++- intern/ghost/intern/GHOST_CallbackEventConsumer.h | 7 ++++--- intern/ghost/intern/GHOST_Debug.h | 6 +++--- intern/ghost/intern/GHOST_DisplayManager.cpp | 7 ++++++- intern/ghost/intern/GHOST_DisplayManager.h | 7 ++++--- intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp | 7 ++++++- intern/ghost/intern/GHOST_DisplayManagerCarbon.h | 7 ++++--- intern/ghost/intern/GHOST_DisplayManagerCocoa.h | 7 ++++--- intern/ghost/intern/GHOST_DisplayManagerWin32.cpp | 7 ++++++- intern/ghost/intern/GHOST_DisplayManagerWin32.h | 7 ++++--- intern/ghost/intern/GHOST_DisplayManagerX11.cpp | 7 ++++++- intern/ghost/intern/GHOST_DisplayManagerX11.h | 7 ++++--- intern/ghost/intern/GHOST_DropTargetWin32.cpp | 7 ++++++- intern/ghost/intern/GHOST_DropTargetWin32.h | 7 ++++++- intern/ghost/intern/GHOST_Event.h | 7 ++++--- intern/ghost/intern/GHOST_EventButton.h | 7 ++++--- intern/ghost/intern/GHOST_EventCursor.h | 7 ++++--- intern/ghost/intern/GHOST_EventDragnDrop.h | 7 ++++++- intern/ghost/intern/GHOST_EventKey.h | 7 ++++--- intern/ghost/intern/GHOST_EventManager.cpp | 7 ++++++- intern/ghost/intern/GHOST_EventManager.h | 7 ++++--- intern/ghost/intern/GHOST_EventNDOF.h | 5 +++++ intern/ghost/intern/GHOST_EventPrinter.cpp | 7 ++++--- intern/ghost/intern/GHOST_EventPrinter.h | 7 ++++--- intern/ghost/intern/GHOST_EventString.h | 7 ++++--- intern/ghost/intern/GHOST_EventTrackpad.h | 7 ++++--- intern/ghost/intern/GHOST_EventWheel.h | 7 ++++--- intern/ghost/intern/GHOST_ISystem.cpp | 7 ++++++- intern/ghost/intern/GHOST_ISystemPaths.cpp | 7 ++++++- intern/ghost/intern/GHOST_ModifierKeys.cpp | 7 ++++++- intern/ghost/intern/GHOST_ModifierKeys.h | 7 ++++--- intern/ghost/intern/GHOST_NDOFManager.cpp | 5 +++++ intern/ghost/intern/GHOST_NDOFManager.h | 5 +++++ intern/ghost/intern/GHOST_Path-api.cpp | 7 ++++++- intern/ghost/intern/GHOST_Rect.cpp | 7 ++++++- intern/ghost/intern/GHOST_System.cpp | 7 ++++++- intern/ghost/intern/GHOST_System.h | 7 ++++--- intern/ghost/intern/GHOST_SystemCarbon.cpp | 7 ++++++- intern/ghost/intern/GHOST_SystemCarbon.h | 7 ++++--- intern/ghost/intern/GHOST_SystemCocoa.h | 7 ++++--- intern/ghost/intern/GHOST_SystemPaths.h | 7 ++++++- intern/ghost/intern/GHOST_SystemPathsCarbon.cpp | 7 ++++++- intern/ghost/intern/GHOST_SystemPathsCarbon.h | 7 ++++++- intern/ghost/intern/GHOST_SystemPathsCocoa.h | 7 ++++++- intern/ghost/intern/GHOST_SystemPathsWin32.cpp | 7 ++++++- intern/ghost/intern/GHOST_SystemPathsWin32.h | 7 ++++++- intern/ghost/intern/GHOST_SystemPathsX11.cpp | 7 ++++++- intern/ghost/intern/GHOST_SystemPathsX11.h | 7 ++++++- intern/ghost/intern/GHOST_SystemWin32.cpp | 7 ++++++- intern/ghost/intern/GHOST_SystemWin32.h | 7 ++++--- intern/ghost/intern/GHOST_SystemX11.cpp | 7 ++++++- intern/ghost/intern/GHOST_SystemX11.h | 9 +++++---- intern/ghost/intern/GHOST_TaskbarWin32.h | 3 +++ intern/ghost/intern/GHOST_TimerManager.cpp | 7 ++++++- intern/ghost/intern/GHOST_TimerManager.h | 7 ++++--- intern/ghost/intern/GHOST_TimerTask.h | 7 ++++--- intern/ghost/intern/GHOST_Window.cpp | 7 ++++++- intern/ghost/intern/GHOST_Window.h | 7 ++++--- intern/ghost/intern/GHOST_WindowCarbon.cpp | 7 ++++++- intern/ghost/intern/GHOST_WindowCarbon.h | 7 ++++--- intern/ghost/intern/GHOST_WindowCocoa.h | 7 ++++--- intern/ghost/intern/GHOST_WindowManager.cpp | 7 ++++++- intern/ghost/intern/GHOST_WindowManager.h | 7 ++++--- intern/ghost/intern/GHOST_WindowWin32.cpp | 7 ++++++- intern/ghost/intern/GHOST_WindowWin32.h | 7 ++++--- intern/ghost/intern/GHOST_WindowX11.cpp | 7 ++++++- intern/ghost/intern/GHOST_WindowX11.h | 10 +++++----- 79 files changed, 383 insertions(+), 145 deletions(-) (limited to 'intern') diff --git a/intern/ghost/GHOST_IEvent.h b/intern/ghost/GHOST_IEvent.h index 18d03664c81..4c8c4d4a392 100644 --- a/intern/ghost/GHOST_IEvent.h +++ b/intern/ghost/GHOST_IEvent.h @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_IEvent.h + +/** \file ghost/GHOST_IEvent.h + * \ingroup GHOST * Declaration of GHOST_IEvent interface class. */ diff --git a/intern/ghost/GHOST_IEventConsumer.h b/intern/ghost/GHOST_IEventConsumer.h index 78529b5e3de..246ba8aa948 100644 --- a/intern/ghost/GHOST_IEventConsumer.h +++ b/intern/ghost/GHOST_IEventConsumer.h @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_IEventConsumer.h + +/** \file ghost/GHOST_IEventConsumer.h + * \ingroup GHOST * Declaration of GHOST_IEventConsumer interface class. */ diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h index 27e29cf2004..7e1300d780a 100644 --- a/intern/ghost/GHOST_ISystem.h +++ b/intern/ghost/GHOST_ISystem.h @@ -26,8 +26,8 @@ * ***** END GPL LICENSE BLOCK ***** */ -/*! \ingroup GHOST - * \file GHOST_ISystem.h +/** \file ghost/GHOST_ISystem.h + * \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 7fb563662ca..5c9b3c109ef 100644 --- a/intern/ghost/GHOST_ISystemPaths.h +++ b/intern/ghost/GHOST_ISystemPaths.h @@ -25,6 +25,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file ghost/GHOST_ISystemPaths.h + * \ingroup GHOST + */ + #ifndef _GHOST_ISYSTEMPATHS_H_ #define _GHOST_ISYSTEMPATHS_H_ diff --git a/intern/ghost/GHOST_ITimerTask.h b/intern/ghost/GHOST_ITimerTask.h index 49e808168f1..e6b713756d6 100644 --- a/intern/ghost/GHOST_ITimerTask.h +++ b/intern/ghost/GHOST_ITimerTask.h @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_ITimerTask.h + +/** \file ghost/GHOST_ITimerTask.h + * \ingroup GHOST * Declaration of GHOST_ITimerTask interface class. */ diff --git a/intern/ghost/GHOST_IWindow.h b/intern/ghost/GHOST_IWindow.h index ae0e486e896..97c525ef318 100644 --- a/intern/ghost/GHOST_IWindow.h +++ b/intern/ghost/GHOST_IWindow.h @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_IWindow.h + +/** \file ghost/GHOST_IWindow.h + * \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 e065611006b..790a529745f 100644 --- a/intern/ghost/GHOST_Path-api.h +++ b/intern/ghost/GHOST_Path-api.h @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/GHOST_Path-api.h + * \ingroup GHOST + */ + + #ifndef GHOST_PATH_API_H #define GHOST_PATH_API_H diff --git a/intern/ghost/GHOST_Rect.h b/intern/ghost/GHOST_Rect.h index 580483e25ee..c654a45c811 100644 --- a/intern/ghost/GHOST_Rect.h +++ b/intern/ghost/GHOST_Rect.h @@ -25,9 +25,10 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_Rect.h - * Declaration of GHOST_Rect rectangle class. + +/** \file ghost/intern/GHOST_Debug.h + * \ingroup GHOST + * Macro's used in GHOST debug target. */ #ifndef _H_GHOST_Rect diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h index 91ab03d20c7..705f4916619 100644 --- a/intern/ghost/GHOST_Types.h +++ b/intern/ghost/GHOST_Types.h @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/GHOST_Types.h + * \ingroup GHOST + */ + + #ifndef _GHOST_TYPES_H_ #define _GHOST_TYPES_H_ diff --git a/intern/ghost/intern/GHOST_Buttons.cpp b/intern/ghost/intern/GHOST_Buttons.cpp index edccb24d5a1..9f20c103418 100644 --- a/intern/ghost/intern/GHOST_Buttons.cpp +++ b/intern/ghost/intern/GHOST_Buttons.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_Buttons.cpp + * \ingroup GHOST + */ + + #include "GHOST_Buttons.h" diff --git a/intern/ghost/intern/GHOST_Buttons.h b/intern/ghost/intern/GHOST_Buttons.h index 3dd10af0112..bf5bdb19d7f 100644 --- a/intern/ghost/intern/GHOST_Buttons.h +++ b/intern/ghost/intern/GHOST_Buttons.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_Buttons.h + +/** \file ghost/intern/GHOST_Buttons.h + * \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 5e4faa41f41..20caa057be0 100644 --- a/intern/ghost/intern/GHOST_C-api.cpp +++ b/intern/ghost/intern/GHOST_C-api.cpp @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_C-api.cpp + * \ingroup GHOST + */ + + /* * GHOST_C-Api.cpp diff --git a/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp b/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp index 7f5ed859de1..64ec7843618 100644 --- a/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp +++ b/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_CallbackEventConsumer.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_CallbackEventConsumer.h b/intern/ghost/intern/GHOST_CallbackEventConsumer.h index 8c32d6f12a1..b0d8160a5e8 100644 --- a/intern/ghost/intern/GHOST_CallbackEventConsumer.h +++ b/intern/ghost/intern/GHOST_CallbackEventConsumer.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_CallbackEventConsumer.h + +/** \file ghost/intern/GHOST_CallbackEventConsumer.h + * \ingroup GHOST * Declaration of GHOST_CallbackEventConsumer class. */ diff --git a/intern/ghost/intern/GHOST_Debug.h b/intern/ghost/intern/GHOST_Debug.h index 927ecfc88a5..602f52a6435 100644 --- a/intern/ghost/intern/GHOST_Debug.h +++ b/intern/ghost/intern/GHOST_Debug.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,8 +26,8 @@ * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_Debug.h +/** \file ghost/intern/GHOST_Debug.h + * \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 eaa00732725..80466efeee7 100644 --- a/intern/ghost/intern/GHOST_DisplayManager.cpp +++ b/intern/ghost/intern/GHOST_DisplayManager.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_DisplayManager.cpp + * \ingroup GHOST + */ + + /** * Copyright (C) 2001 NaN Technologies B.V. * @author Maarten Gribnau diff --git a/intern/ghost/intern/GHOST_DisplayManager.h b/intern/ghost/intern/GHOST_DisplayManager.h index 4341a8f0ee6..16e702f692a 100644 --- a/intern/ghost/intern/GHOST_DisplayManager.h +++ b/intern/ghost/intern/GHOST_DisplayManager.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_DisplayManager.h + +/** \file ghost/intern/GHOST_DisplayManager.h + * \ingroup GHOST * Declaration of GHOST_DisplayManager class. */ diff --git a/intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp b/intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp index 2c92ef0e2fa..077b380e320 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp +++ b/intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_DisplayManagerCarbon.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_DisplayManagerCarbon.h b/intern/ghost/intern/GHOST_DisplayManagerCarbon.h index 5571efb68cb..6637bee1804 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerCarbon.h +++ b/intern/ghost/intern/GHOST_DisplayManagerCarbon.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_DisplayManagerCarbon.h + +/** \file ghost/intern/GHOST_DisplayManagerCarbon.h + * \ingroup GHOST * Declaration of GHOST_DisplayManagerCarbon class. */ diff --git a/intern/ghost/intern/GHOST_DisplayManagerCocoa.h b/intern/ghost/intern/GHOST_DisplayManagerCocoa.h index 330b7f142ff..2248019258f 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerCocoa.h +++ b/intern/ghost/intern/GHOST_DisplayManagerCocoa.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_DisplayManagerCocoa.h + +/** \file ghost/intern/GHOST_DisplayManagerCocoa.h + * \ingroup GHOST * Declaration of GHOST_DisplayManagerCocoa class. */ diff --git a/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp b/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp index 29d15d3e4de..da567bc4901 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp +++ b/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_DisplayManagerWin32.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_DisplayManagerWin32.h b/intern/ghost/intern/GHOST_DisplayManagerWin32.h index 3e23dda8e62..9a3a79fe28b 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerWin32.h +++ b/intern/ghost/intern/GHOST_DisplayManagerWin32.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_DisplayManagerWin32.h + +/** \file ghost/intern/GHOST_DisplayManagerWin32.h + * \ingroup GHOST * Declaration of GHOST_DisplayManagerWin32 class. */ diff --git a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp index fad3149e48c..fe5e4471280 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp +++ b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_DisplayManagerX11.cpp + * \ingroup GHOST + */ + + #include "GHOST_DisplayManagerX11.h" #include "GHOST_SystemX11.h" diff --git a/intern/ghost/intern/GHOST_DisplayManagerX11.h b/intern/ghost/intern/GHOST_DisplayManagerX11.h index 6bdf4ac22e8..435d4383910 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerX11.h +++ b/intern/ghost/intern/GHOST_DisplayManagerX11.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_DisplayManagerX11.h + +/** \file ghost/intern/GHOST_DisplayManagerX11.h + * \ingroup GHOST * Declaration of GHOST_DisplayManagerX11 class. */ diff --git a/intern/ghost/intern/GHOST_DropTargetWin32.cpp b/intern/ghost/intern/GHOST_DropTargetWin32.cpp index 6470b406492..2e77da42b31 100644 --- a/intern/ghost/intern/GHOST_DropTargetWin32.cpp +++ b/intern/ghost/intern/GHOST_DropTargetWin32.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,6 +25,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file ghost/intern/GHOST_DropTargetWin32.cpp + * \ingroup GHOST + */ + #include "GHOST_Debug.h" #include "GHOST_DropTargetWin32.h" diff --git a/intern/ghost/intern/GHOST_DropTargetWin32.h b/intern/ghost/intern/GHOST_DropTargetWin32.h index 6fbf33ce9f8..0a553b6701e 100644 --- a/intern/ghost/intern/GHOST_DropTargetWin32.h +++ b/intern/ghost/intern/GHOST_DropTargetWin32.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,6 +25,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file ghost/intern/GHOST_DropTargetWin32.h + * \ingroup GHOST + */ + #ifndef _GHOST_DROP_TARGET_WIN32_H_ #define _GHOST_DROP_TARGET_WIN32_H_ diff --git a/intern/ghost/intern/GHOST_Event.h b/intern/ghost/intern/GHOST_Event.h index 76cdb96d040..cfcbe2ef395 100644 --- a/intern/ghost/intern/GHOST_Event.h +++ b/intern/ghost/intern/GHOST_Event.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_Event.h + +/** \file ghost/intern/GHOST_Event.h + * \ingroup GHOST * Declaration of GHOST_Event class. */ diff --git a/intern/ghost/intern/GHOST_EventButton.h b/intern/ghost/intern/GHOST_EventButton.h index d8631ea47e4..3016917b810 100644 --- a/intern/ghost/intern/GHOST_EventButton.h +++ b/intern/ghost/intern/GHOST_EventButton.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_EventButton.h + +/** \file ghost/intern/GHOST_EventButton.h + * \ingroup GHOST * Declaration of GHOST_EventButton class. */ diff --git a/intern/ghost/intern/GHOST_EventCursor.h b/intern/ghost/intern/GHOST_EventCursor.h index 5390e3b2253..db4dcb7b59b 100644 --- a/intern/ghost/intern/GHOST_EventCursor.h +++ b/intern/ghost/intern/GHOST_EventCursor.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_EventCursor.h + +/** \file ghost/intern/GHOST_EventCursor.h + * \ingroup GHOST * Declaration of GHOST_EventCursor class. */ diff --git a/intern/ghost/intern/GHOST_EventDragnDrop.h b/intern/ghost/intern/GHOST_EventDragnDrop.h index 1fcfddf5349..7ddfe36084a 100644 --- a/intern/ghost/intern/GHOST_EventDragnDrop.h +++ b/intern/ghost/intern/GHOST_EventDragnDrop.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_EventDragnDrop.h + * \ingroup GHOST + */ + + #ifndef _GHOST_EVENT_DRAGNDROP_H_ #define _GHOST_EVENT_DRAGNDROP_H_ diff --git a/intern/ghost/intern/GHOST_EventKey.h b/intern/ghost/intern/GHOST_EventKey.h index 87e4ca559a8..3581cd86b20 100644 --- a/intern/ghost/intern/GHOST_EventKey.h +++ b/intern/ghost/intern/GHOST_EventKey.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_EventKey.h + +/** \file ghost/intern/GHOST_EventKey.h + * \ingroup GHOST * Declaration of GHOST_EventKey class. */ diff --git a/intern/ghost/intern/GHOST_EventManager.cpp b/intern/ghost/intern/GHOST_EventManager.cpp index 0eeb2245cd0..1483555c362 100644 --- a/intern/ghost/intern/GHOST_EventManager.cpp +++ b/intern/ghost/intern/GHOST_EventManager.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_EventManager.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_EventManager.h b/intern/ghost/intern/GHOST_EventManager.h index 40ba133e8fd..9e68a13fd74 100644 --- a/intern/ghost/intern/GHOST_EventManager.h +++ b/intern/ghost/intern/GHOST_EventManager.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_EventManager.h + +/** \file ghost/intern/GHOST_EventManager.h + * \ingroup GHOST * Declaration of GHOST_EventManager class. */ diff --git a/intern/ghost/intern/GHOST_EventNDOF.h b/intern/ghost/intern/GHOST_EventNDOF.h index 916fd7bbc08..70861b08fc6 100644 --- a/intern/ghost/intern/GHOST_EventNDOF.h +++ b/intern/ghost/intern/GHOST_EventNDOF.h @@ -19,6 +19,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file ghost/intern/GHOST_EventNDOF.h + * \ingroup GHOST + */ + #ifndef _GHOST_EVENT_NDOF_H_ diff --git a/intern/ghost/intern/GHOST_EventPrinter.cpp b/intern/ghost/intern/GHOST_EventPrinter.cpp index b3d936aedbe..139c4beb412 100644 --- a/intern/ghost/intern/GHOST_EventPrinter.cpp +++ b/intern/ghost/intern/GHOST_EventPrinter.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_EventPrinter.h + +/** \file ghost/intern/GHOST_EventPrinter.cpp + * \ingroup GHOST * Declaration of GHOST_EventPrinter class. */ diff --git a/intern/ghost/intern/GHOST_EventPrinter.h b/intern/ghost/intern/GHOST_EventPrinter.h index a57a3e4d863..74c379e76a8 100644 --- a/intern/ghost/intern/GHOST_EventPrinter.h +++ b/intern/ghost/intern/GHOST_EventPrinter.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_EventPrinter.h + +/** \file ghost/intern/GHOST_EventPrinter.h + * \ingroup GHOST * Declaration of GHOST_EventPrinter class. */ diff --git a/intern/ghost/intern/GHOST_EventString.h b/intern/ghost/intern/GHOST_EventString.h index c6f550e5d6e..e5fe50d0b9b 100644 --- a/intern/ghost/intern/GHOST_EventString.h +++ b/intern/ghost/intern/GHOST_EventString.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_EventString.h + +/** \file ghost/intern/GHOST_EventString.h + * \ingroup GHOST * Declaration of GHOST_EventString class. */ diff --git a/intern/ghost/intern/GHOST_EventTrackpad.h b/intern/ghost/intern/GHOST_EventTrackpad.h index 9b2dd9f53ec..12ce6babb1d 100644 --- a/intern/ghost/intern/GHOST_EventTrackpad.h +++ b/intern/ghost/intern/GHOST_EventTrackpad.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,8 +26,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_EventTrackpad.h + +/** \file ghost/intern/GHOST_EventTrackpad.h + * \ingroup GHOST * Declaration of GHOST_EventTrackpad class. */ diff --git a/intern/ghost/intern/GHOST_EventWheel.h b/intern/ghost/intern/GHOST_EventWheel.h index 55e9dfb00cf..1be5de721fd 100644 --- a/intern/ghost/intern/GHOST_EventWheel.h +++ b/intern/ghost/intern/GHOST_EventWheel.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_EventWheel.h + +/** \file ghost/intern/GHOST_EventWheel.h + * \ingroup GHOSTeel.h * Declaration of GHOST_EventWheel class. */ diff --git a/intern/ghost/intern/GHOST_ISystem.cpp b/intern/ghost/intern/GHOST_ISystem.cpp index eecf3c51c19..040164e2c40 100644 --- a/intern/ghost/intern/GHOST_ISystem.cpp +++ b/intern/ghost/intern/GHOST_ISystem.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_ISystem.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_ISystemPaths.cpp b/intern/ghost/intern/GHOST_ISystemPaths.cpp index 1deb23ea413..8873398a320 100644 --- a/intern/ghost/intern/GHOST_ISystemPaths.cpp +++ b/intern/ghost/intern/GHOST_ISystemPaths.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_ISystemPaths.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_ModifierKeys.cpp b/intern/ghost/intern/GHOST_ModifierKeys.cpp index 361329532f9..e8f03180e54 100644 --- a/intern/ghost/intern/GHOST_ModifierKeys.cpp +++ b/intern/ghost/intern/GHOST_ModifierKeys.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_ModifierKeys.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_ModifierKeys.h b/intern/ghost/intern/GHOST_ModifierKeys.h index 77d6d5757d9..08fe277d55a 100644 --- a/intern/ghost/intern/GHOST_ModifierKeys.h +++ b/intern/ghost/intern/GHOST_ModifierKeys.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_ModifierKeys.h + +/** \file ghost/intern/GHOST_ModifierKeys.h + * \ingroup GHOST * Declaration of GHOST_ModifierKeys struct. */ diff --git a/intern/ghost/intern/GHOST_NDOFManager.cpp b/intern/ghost/intern/GHOST_NDOFManager.cpp index 5e5f04d5bc9..95626ec26ea 100644 --- a/intern/ghost/intern/GHOST_NDOFManager.cpp +++ b/intern/ghost/intern/GHOST_NDOFManager.cpp @@ -20,6 +20,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_NDOFManager.cpp + * \ingroup GHOST + */ + + #include /* just for printf */ #include "GHOST_NDOFManager.h" diff --git a/intern/ghost/intern/GHOST_NDOFManager.h b/intern/ghost/intern/GHOST_NDOFManager.h index 4805707b37b..c9e09370e09 100644 --- a/intern/ghost/intern/GHOST_NDOFManager.h +++ b/intern/ghost/intern/GHOST_NDOFManager.h @@ -19,6 +19,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file ghost/intern/GHOST_NDOFManager.h + * \ingroup GHOST + */ + #ifndef _GHOST_NDOFMANAGER_H_ #define _GHOST_NDOFMANAGER_H_ diff --git a/intern/ghost/intern/GHOST_Path-api.cpp b/intern/ghost/intern/GHOST_Path-api.cpp index bd88fb13e60..dee66029d19 100644 --- a/intern/ghost/intern/GHOST_Path-api.cpp +++ b/intern/ghost/intern/GHOST_Path-api.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_Path-api.cpp + * \ingroup GHOST + */ + + #include "intern/GHOST_Debug.h" #include "GHOST_Types.h" #include "GHOST_Path-api.h" diff --git a/intern/ghost/intern/GHOST_Rect.cpp b/intern/ghost/intern/GHOST_Rect.cpp index aa6491cf5e5..606247814ec 100644 --- a/intern/ghost/intern/GHOST_Rect.cpp +++ b/intern/ghost/intern/GHOST_Rect.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_Rect.cpp + * \ingroup GHOST + */ + + #include "GHOST_Rect.h" diff --git a/intern/ghost/intern/GHOST_System.cpp b/intern/ghost/intern/GHOST_System.cpp index c89534e01c5..ce492c2903b 100644 --- a/intern/ghost/intern/GHOST_System.cpp +++ b/intern/ghost/intern/GHOST_System.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_System.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_System.h b/intern/ghost/intern/GHOST_System.h index d9b901235ca..1f2199855fa 100644 --- a/intern/ghost/intern/GHOST_System.h +++ b/intern/ghost/intern/GHOST_System.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_System.h + +/** \file ghost/intern/GHOST_System.h + * \ingroup GHOST * Declaration of GHOST_System class. */ diff --git a/intern/ghost/intern/GHOST_SystemCarbon.cpp b/intern/ghost/intern/GHOST_SystemCarbon.cpp index 0cd11f676b0..d5e5fbc7a58 100644 --- a/intern/ghost/intern/GHOST_SystemCarbon.cpp +++ b/intern/ghost/intern/GHOST_SystemCarbon.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_SystemCarbon.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_SystemCarbon.h b/intern/ghost/intern/GHOST_SystemCarbon.h index fd5c61fd7b6..ae15afdbcde 100644 --- a/intern/ghost/intern/GHOST_SystemCarbon.h +++ b/intern/ghost/intern/GHOST_SystemCarbon.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_SystemCarbon.h + +/** \file ghost/intern/GHOST_SystemCarbon.h + * \ingroup GHOST * Declaration of GHOST_SystemCarbon class. */ diff --git a/intern/ghost/intern/GHOST_SystemCocoa.h b/intern/ghost/intern/GHOST_SystemCocoa.h index ffc9a6bbfb7..dbe879dc629 100644 --- a/intern/ghost/intern/GHOST_SystemCocoa.h +++ b/intern/ghost/intern/GHOST_SystemCocoa.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,8 +26,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_SystemCocoa.h + +/** \file ghost/intern/GHOST_SystemCocoa.h + * \ingroup GHOST * Declaration of GHOST_SystemCocoa class. */ diff --git a/intern/ghost/intern/GHOST_SystemPaths.h b/intern/ghost/intern/GHOST_SystemPaths.h index 4ea2976e184..94cb44c660b 100644 --- a/intern/ghost/intern/GHOST_SystemPaths.h +++ b/intern/ghost/intern/GHOST_SystemPaths.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** @@ -25,6 +25,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file ghost/intern/GHOST_SystemPaths.h + * \ingroup GHOST + */ + #ifndef _GHOST_SYSTEMPATHS_H_ #define _GHOST_SYSTEMPATHS_H_ diff --git a/intern/ghost/intern/GHOST_SystemPathsCarbon.cpp b/intern/ghost/intern/GHOST_SystemPathsCarbon.cpp index 31a22562568..dc83e4b0eb6 100644 --- a/intern/ghost/intern/GHOST_SystemPathsCarbon.cpp +++ b/intern/ghost/intern/GHOST_SystemPathsCarbon.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_SystemPathsCarbon.cpp + * \ingroup GHOST + */ + + #include #include #include "GHOST_SystemPathsCarbon.h" diff --git a/intern/ghost/intern/GHOST_SystemPathsCarbon.h b/intern/ghost/intern/GHOST_SystemPathsCarbon.h index f7fd54dbe0a..b48ab6c033b 100644 --- a/intern/ghost/intern/GHOST_SystemPathsCarbon.h +++ b/intern/ghost/intern/GHOST_SystemPathsCarbon.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_SystemPathsCarbon.h + * \ingroup GHOST + */ + + #ifndef _GHOST_SYSTEM_PATHS_CARBON_H_ #define _GHOST_SYSTEM_PATHS_CARBON_H_ diff --git a/intern/ghost/intern/GHOST_SystemPathsCocoa.h b/intern/ghost/intern/GHOST_SystemPathsCocoa.h index 39365cdc6d4..b270896a8ca 100644 --- a/intern/ghost/intern/GHOST_SystemPathsCocoa.h +++ b/intern/ghost/intern/GHOST_SystemPathsCocoa.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_SystemPathsCocoa.h + * \ingroup GHOST + */ + + #ifndef _GHOST_SYSTEM_PATHS_COCOA_H_ #define _GHOST_SYSTEM_PATHS_COCOA_H_ diff --git a/intern/ghost/intern/GHOST_SystemPathsWin32.cpp b/intern/ghost/intern/GHOST_SystemPathsWin32.cpp index a965906ebce..becccc2c29f 100644 --- a/intern/ghost/intern/GHOST_SystemPathsWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemPathsWin32.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,6 +25,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_SystemPathsWin32.cpp + * \ingroup GHOST + */ + + #include "GHOST_SystemPathsWin32.h" #define WIN32_LEAN_AND_MEAN diff --git a/intern/ghost/intern/GHOST_SystemPathsWin32.h b/intern/ghost/intern/GHOST_SystemPathsWin32.h index 88c1b145d68..67cc2140e0e 100644 --- a/intern/ghost/intern/GHOST_SystemPathsWin32.h +++ b/intern/ghost/intern/GHOST_SystemPathsWin32.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_SystemPathsWin32.h + * \ingroup GHOST + */ + + #ifndef _GHOST_SYSTEM_PATHS_WIN32_H_ #define _GHOST_SYSTEM_PATHS_WIN32_H_ diff --git a/intern/ghost/intern/GHOST_SystemPathsX11.cpp b/intern/ghost/intern/GHOST_SystemPathsX11.cpp index 3153ae8dafd..f38b2c99867 100644 --- a/intern/ghost/intern/GHOST_SystemPathsX11.cpp +++ b/intern/ghost/intern/GHOST_SystemPathsX11.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_SystemPathsX11.cpp + * \ingroup GHOST + */ + + #include "GHOST_SystemPathsX11.h" #include "GHOST_Debug.h" diff --git a/intern/ghost/intern/GHOST_SystemPathsX11.h b/intern/ghost/intern/GHOST_SystemPathsX11.h index c3ff88a3422..56862398c74 100644 --- a/intern/ghost/intern/GHOST_SystemPathsX11.h +++ b/intern/ghost/intern/GHOST_SystemPathsX11.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_SystemPathsX11.h + * \ingroup GHOST + */ + + #ifndef _GHOST_SYSTEM_PATHS_X11_H_ #define _GHOST_SYSTEM_PATHS_X11_H_ diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp index 64a1c209226..b1c79247265 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_SystemWin32.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_SystemWin32.h b/intern/ghost/intern/GHOST_SystemWin32.h index 90431494992..c3714b56832 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.h +++ b/intern/ghost/intern/GHOST_SystemWin32.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_SystemWin32.h + +/** \file ghost/intern/GHOST_SystemWin32.h + * \ingroup GHOST * Declaration of GHOST_SystemWin32 class. */ diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp index 68aaaf0f76c..36748b9f295 100644 --- a/intern/ghost/intern/GHOST_SystemX11.cpp +++ b/intern/ghost/intern/GHOST_SystemX11.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -29,6 +29,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_SystemX11.cpp + * \ingroup GHOST + */ + + #include "GHOST_SystemX11.h" #include "GHOST_WindowX11.h" #include "GHOST_WindowManager.h" diff --git a/intern/ghost/intern/GHOST_SystemX11.h b/intern/ghost/intern/GHOST_SystemX11.h index 6a4ff1b41c7..d0e72659517 100644 --- a/intern/ghost/intern/GHOST_SystemX11.h +++ b/intern/ghost/intern/GHOST_SystemX11.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_SystemX11.h + +/** \file ghost/intern/GHOST_SystemX11.h + * \ingroup GHOST * Declaration of GHOST_SystemX11 class. */ @@ -181,7 +182,7 @@ public: ) const; /** - * @section + * @section Interface Dirty * Flag a window as dirty. This will * generate a GHOST window update event on a call to processEvents() */ diff --git a/intern/ghost/intern/GHOST_TaskbarWin32.h b/intern/ghost/intern/GHOST_TaskbarWin32.h index 26e6a80c8e8..ef9ebdf5860 100644 --- a/intern/ghost/intern/GHOST_TaskbarWin32.h +++ b/intern/ghost/intern/GHOST_TaskbarWin32.h @@ -1,3 +1,6 @@ +/** \file ghost/intern/GHOST_TaskbarWin32.h + * \ingroup GHOST + */ #ifndef GHOST_TASKBARWIN32_H_ #define GHOST_TASKBARWIN32_H_ #ifndef WIN32 diff --git a/intern/ghost/intern/GHOST_TimerManager.cpp b/intern/ghost/intern/GHOST_TimerManager.cpp index ec99e323d14..fac0bb55515 100644 --- a/intern/ghost/intern/GHOST_TimerManager.cpp +++ b/intern/ghost/intern/GHOST_TimerManager.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_TimerManager.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_TimerManager.h b/intern/ghost/intern/GHOST_TimerManager.h index 811c8fb7f30..fe08fe3a002 100644 --- a/intern/ghost/intern/GHOST_TimerManager.h +++ b/intern/ghost/intern/GHOST_TimerManager.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_TimerManager.h + +/** \file ghost/intern/GHOST_TimerManager.h + * \ingroup GHOST * Declaration of GHOST_TimerManager class. */ diff --git a/intern/ghost/intern/GHOST_TimerTask.h b/intern/ghost/intern/GHOST_TimerTask.h index c17ae5b2c8b..945cbb7553a 100644 --- a/intern/ghost/intern/GHOST_TimerTask.h +++ b/intern/ghost/intern/GHOST_TimerTask.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_TimerTask.h + +/** \file ghost/intern/GHOST_TimerTask.h + * \ingroup GHOST * Declaration of GHOST_TimerTask class. */ diff --git a/intern/ghost/intern/GHOST_Window.cpp b/intern/ghost/intern/GHOST_Window.cpp index 374b620c348..c518272d614 100644 --- a/intern/ghost/intern/GHOST_Window.cpp +++ b/intern/ghost/intern/GHOST_Window.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_Window.cpp + * \ingroup GHOST + */ + + /** * Copyright (C) 2001 NaN Technologies B.V. * @author Maarten Gribnau diff --git a/intern/ghost/intern/GHOST_Window.h b/intern/ghost/intern/GHOST_Window.h index d4d53787357..e0c676f53a5 100644 --- a/intern/ghost/intern/GHOST_Window.h +++ b/intern/ghost/intern/GHOST_Window.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_Window.h + +/** \file ghost/intern/GHOST_Window.h + * \ingroup GHOST * Declaration of GHOST_Window class. */ diff --git a/intern/ghost/intern/GHOST_WindowCarbon.cpp b/intern/ghost/intern/GHOST_WindowCarbon.cpp index a8295ec57d3..1ffd117d658 100644 --- a/intern/ghost/intern/GHOST_WindowCarbon.cpp +++ b/intern/ghost/intern/GHOST_WindowCarbon.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_WindowCarbon.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_WindowCarbon.h b/intern/ghost/intern/GHOST_WindowCarbon.h index 16d79b604dd..650788d5c70 100644 --- a/intern/ghost/intern/GHOST_WindowCarbon.h +++ b/intern/ghost/intern/GHOST_WindowCarbon.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_WindowCarbon.h + +/** \file ghost/intern/GHOST_WindowCarbon.h + * \ingroup GHOST * Declaration of GHOST_WindowCarbon class. */ diff --git a/intern/ghost/intern/GHOST_WindowCocoa.h b/intern/ghost/intern/GHOST_WindowCocoa.h index 7948e88e1ab..98e0f9cedd1 100644 --- a/intern/ghost/intern/GHOST_WindowCocoa.h +++ b/intern/ghost/intern/GHOST_WindowCocoa.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_WindowCocoa.h + +/** \file ghost/intern/GHOST_WindowCocoa.h + * \ingroup GHOST * Declaration of GHOST_WindowCocoa class. */ diff --git a/intern/ghost/intern/GHOST_WindowManager.cpp b/intern/ghost/intern/GHOST_WindowManager.cpp index aa932663e16..87218280852 100644 --- a/intern/ghost/intern/GHOST_WindowManager.cpp +++ b/intern/ghost/intern/GHOST_WindowManager.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_WindowManager.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_WindowManager.h b/intern/ghost/intern/GHOST_WindowManager.h index 06996059b82..b4baf8985fc 100644 --- a/intern/ghost/intern/GHOST_WindowManager.h +++ b/intern/ghost/intern/GHOST_WindowManager.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_WindowManager.h + +/** \file ghost/intern/GHOST_WindowManager.h + * \ingroup GHOST * Declaration of GHOST_WindowManager class. */ diff --git a/intern/ghost/intern/GHOST_WindowWin32.cpp b/intern/ghost/intern/GHOST_WindowWin32.cpp index f5773ea2d90..9e3ae0f8d4c 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.cpp +++ b/intern/ghost/intern/GHOST_WindowWin32.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_WindowWin32.cpp + * \ingroup GHOST + */ + + /** * $Id$ diff --git a/intern/ghost/intern/GHOST_WindowWin32.h b/intern/ghost/intern/GHOST_WindowWin32.h index c3b7fdbd3f3..42cb25f1542 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.h +++ b/intern/ghost/intern/GHOST_WindowWin32.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_WindowWin32.h + +/** \file ghost/intern/GHOST_WindowWin32.h + * \ingroup GHOST * Declaration of GHOST_WindowWin32 class. */ diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp index c9f39bc7c2c..890c40f6f11 100644 --- a/intern/ghost/intern/GHOST_WindowX11.cpp +++ b/intern/ghost/intern/GHOST_WindowX11.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file ghost/intern/GHOST_WindowX11.cpp + * \ingroup GHOST + */ + + #include "GHOST_WindowX11.h" #include "GHOST_SystemX11.h" #include "STR_String.h" diff --git a/intern/ghost/intern/GHOST_WindowX11.h b/intern/ghost/intern/GHOST_WindowX11.h index 2f45378117d..96d8ad77d10 100644 --- a/intern/ghost/intern/GHOST_WindowX11.h +++ b/intern/ghost/intern/GHOST_WindowX11.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,8 +25,9 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_WindowX11.h + +/** \file ghost/intern/GHOST_WindowX11.h + * \ingroup GHOST * Declaration of GHOST_WindowX11 class. */ @@ -170,8 +171,7 @@ public: ~GHOST_WindowX11(); /** - * @section - * X11 system specific calls. + * @section x11specific X11 system specific calls */ /** -- cgit v1.2.3