doxygen: blender/windowmanager tagged.

This commit is contained in:
Nathan Letwory
2011-02-25 14:04:21 +00:00
parent caa7bea1c5
commit 60b22c5d12
23 changed files with 115 additions and 0 deletions

View File

@@ -25,6 +25,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/WM_types.h
* \ingroup wm
*/
#ifndef WM_TYPES_H
#define WM_TYPES_H

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm.c
* \ingroup wm
*/
#include <string.h>
#include <stddef.h>

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_apple.c
* \ingroup wm
*/
#ifdef __APPLE__
#include "BKE_context.h"

View File

@@ -27,6 +27,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_cursors.c
* \ingroup wm
*/
#include <stdio.h>
#include <string.h>

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_dragdrop.c
* \ingroup wm
*/
#include <string.h>
#include "DNA_windowmanager_types.h"

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_draw.c
* \ingroup wm
*/
#include <stdlib.h>
#include <string.h>
#include <GL/glew.h>

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_event_system.c
* \ingroup wm
*/
#include <stdlib.h>
#include <string.h>
#include <math.h>

View File

@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_files.c
* \ingroup wm
*/
/* placed up here because of crappy
* winsock stuff.
*/

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_gesture.c
* \ingroup wm
*/
#include "DNA_screen_types.h"
#include "DNA_vec_types.h"
#include "DNA_userdef_types.h"

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_init_exit.c
* \ingroup wm
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_jobs.c
* \ingroup wm
*/
#include <string.h>
#include "DNA_windowmanager_types.h"

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_keymap.c
* \ingroup wm
*/
#include <string.h>
#include "DNA_object_types.h"

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_operators.c
* \ingroup wm
*/
#include <float.h>
#include <string.h>
#include <ctype.h>

View File

@@ -30,6 +30,11 @@
*
*/
/** \file blender/windowmanager/intern/wm_subwindow.c
* \ingroup wm
*/
#include <string.h>
#include "MEM_guardedalloc.h"

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/intern/wm_window.c
* \ingroup wm
*/
#include <math.h>
#include <stdlib.h>
#include <stdio.h>

View File

@@ -25,6 +25,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/wm.h
* \ingroup wm
*/
#ifndef WM_H
#define WM_H

View File

@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/wm_cursors.h
* \ingroup wm
*/
#ifndef WM_CURSORS_H

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/wm_draw.h
* \ingroup wm
*/
#ifndef WM_DRAW_H
#define WM_DRAW_H

View File

@@ -25,6 +25,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/wm_event_system.h
* \ingroup wm
*/
#ifndef WM_EVENT_SYSTEM_H
#define WM_EVENT_SYSTEM_H

View File

@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/wm_event_types.h
* \ingroup wm
*/
/*
* These define have its origin at sgi, where all device defines were written down in device.h.
* Blender copied the conventions quite some, and expanded it with internal new defines (ton)

View File

@@ -25,6 +25,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/wm_files.h
* \ingroup wm
*/
#ifndef WM_FILES_H
#define WM_FILES_H

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/wm_subwindow.h
* \ingroup wm
*/
#ifndef WM_SUBWINDOW_H
#define WM_SUBWINDOW_H

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/wm_window.h
* \ingroup wm
*/
#ifndef WM_WINDOW_H
#define WM_WINDOW_H