doxygen: gameengine/BlenderRoutines tagged.

This commit is contained in:
Nathan Letwory 2011-02-25 13:29:48 +00:00
parent 7184ed446b
commit 90917f78da
8 changed files with 40 additions and 0 deletions

@ -28,6 +28,11 @@
* Blender's Ketsji startpoint * Blender's Ketsji startpoint
*/ */
/** \file gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
* \ingroup blroutines
*/
#include <signal.h> #include <signal.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file gameengine/BlenderRoutines/KX_BlenderCanvas.cpp
* \ingroup blroutines
*/
#include "KX_BlenderCanvas.h" #include "KX_BlenderCanvas.h"
#include "DNA_screen_types.h" #include "DNA_screen_types.h"
#include "stdio.h" #include "stdio.h"

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file gameengine/BlenderRoutines/KX_BlenderGL.cpp
* \ingroup blroutines
*/
#include "KX_BlenderGL.h" #include "KX_BlenderGL.h"
/* /*

@ -26,5 +26,10 @@
* *
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file gameengine/BlenderRoutines/KX_BlenderInputDevice.cpp
* \ingroup blroutines
*/
#include "KX_BlenderInputDevice.h" #include "KX_BlenderInputDevice.h"

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file gameengine/BlenderRoutines/KX_BlenderKeyboardDevice.cpp
* \ingroup blroutines
*/
#if defined(WIN32) && !defined(FREE_WINDOWS) #if defined(WIN32) && !defined(FREE_WINDOWS)
// annoying warnings about truncated STL debug info // annoying warnings about truncated STL debug info
#pragma warning (disable :4786) #pragma warning (disable :4786)

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file gameengine/BlenderRoutines/KX_BlenderMouseDevice.cpp
* \ingroup blroutines
*/
#if defined(WIN32) && !defined(FREE_WINDOWS) #if defined(WIN32) && !defined(FREE_WINDOWS)
// annoying warnings about truncated STL debug info // annoying warnings about truncated STL debug info
#pragma warning (disable :4786) #pragma warning (disable :4786)

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file gameengine/BlenderRoutines/KX_BlenderRenderTools.cpp
* \ingroup blroutines
*/
#include "GL/glew.h" #include "GL/glew.h"
#include "RAS_IRenderTools.h" #include "RAS_IRenderTools.h"

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file gameengine/BlenderRoutines/KX_BlenderSystem.cpp
* \ingroup blroutines
*/
#include "KX_ISystem.h" #include "KX_ISystem.h"
#if defined(WIN32) && !defined(FREE_WINDOWS) #if defined(WIN32) && !defined(FREE_WINDOWS)