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:
Diffstat (limited to 'intern/ghost/GHOST_IWindow.h')
-rw-r--r--intern/ghost/GHOST_IWindow.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/intern/ghost/GHOST_IWindow.h b/intern/ghost/GHOST_IWindow.h
index 950d8aa2105..5236567b398 100644
--- a/intern/ghost/GHOST_IWindow.h
+++ b/intern/ghost/GHOST_IWindow.h
@@ -17,8 +17,8 @@
* All rights reserved.
*/
-/** \file ghost/GHOST_IWindow.h
- * \ingroup GHOST
+/** \file
+ * \ingroup GHOST
* Declaration of GHOST_IWindow interface class.
*/
@@ -43,9 +43,6 @@
* upper left corner of the screen.</li>
* - The client rectangle coordinate system. The client rectangle of a window
* is the area that is drawable by the application (excluding title bars etc.).
- *
- * \author Maarten Gribnau
- * \date May 31, 2001
*/
class GHOST_IWindow
{