doxygen: gameengine/Expressions tagged.

This commit is contained in:
Nathan Letwory 2011-02-25 13:31:23 +00:00
parent ab523e91d0
commit 34eeeb9115
19 changed files with 65 additions and 0 deletions

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/BoolValue.cpp
* \ingroup expressions
*/
// BoolValue.cpp: implementation of the CBoolValue class. // BoolValue.cpp: implementation of the CBoolValue class.
/* /*

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/ConstExpr.cpp
* \ingroup expressions
*/
// ConstExpr.cpp: implementation of the CConstExpr class. // ConstExpr.cpp: implementation of the CConstExpr class.
/* /*

@ -26,6 +26,11 @@
* *
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file gameengine/Expressions/EXP_C-Api.cpp
* \ingroup expressions
*/
#include "EXP_C-Api.h" #include "EXP_C-Api.h"
#include "IntValue.h" #include "IntValue.h"
#include "BoolValue.h" #include "BoolValue.h"

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/EmptyValue.cpp
* \ingroup expressions
*/
// EmptyValue.cpp: implementation of the CEmptyValue class. // EmptyValue.cpp: implementation of the CEmptyValue class.
/* /*

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/ErrorValue.cpp
* \ingroup expressions
*/
// ErrorValue.cpp: implementation of the CErrorValue class. // ErrorValue.cpp: implementation of the CErrorValue class.
/* /*
* Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org> * Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org>

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/Expression.cpp
* \ingroup expressions
*/
// Expression.cpp: implementation of the CExpression class. // Expression.cpp: implementation of the CExpression class.
/* /*
* Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org> * Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org>

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/FloatValue.cpp
* \ingroup expressions
*/
// FloatValue.cpp: implementation of the CFloatValue class. // FloatValue.cpp: implementation of the CFloatValue class.
/* /*
* Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org> * Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org>

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file gameengine/Expressions/IdentifierExpr.cpp
* \ingroup expressions
*/
#include "IdentifierExpr.h" #include "IdentifierExpr.h"
CIdentifierExpr::CIdentifierExpr(const STR_String& identifier,CValue* id_context) CIdentifierExpr::CIdentifierExpr(const STR_String& identifier,CValue* id_context)

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/IfExpr.cpp
* \ingroup expressions
*/
// IfExpr.cpp: implementation of the CIfExpr class. // IfExpr.cpp: implementation of the CIfExpr class.
/* /*
* Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org> * Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org>

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/InputParser.cpp
* \ingroup expressions
*/
// Parser.cpp: implementation of the CParser class. // Parser.cpp: implementation of the CParser class.
/* /*
* Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org> * Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org>

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/IntValue.cpp
* \ingroup expressions
*/
// IntValue.cpp: implementation of the CIntValue class. // IntValue.cpp: implementation of the CIntValue class.
/* /*
* Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org> * Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org>

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file gameengine/Expressions/KX_HashedPtr.cpp
* \ingroup expressions
*/
#include "KX_HashedPtr.h" #include "KX_HashedPtr.h"
unsigned int KX_Hash(void * inDWord) unsigned int KX_Hash(void * inDWord)

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/ListValue.cpp
* \ingroup expressions
*/
// ListValue.cpp: implementation of the CListValue class. // ListValue.cpp: implementation of the CListValue class.
// //
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/Operator1Expr.cpp
* \ingroup expressions
*/
// Operator1Expr.cpp: implementation of the COperator1Expr class. // Operator1Expr.cpp: implementation of the COperator1Expr class.
/* /*
* Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org> * Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org>

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/Operator2Expr.cpp
* \ingroup expressions
*/
// Operator2Expr.cpp: implementation of the COperator2Expr class. // Operator2Expr.cpp: implementation of the COperator2Expr class.
/* /*
* Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org> * Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org>

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file gameengine/Expressions/PyObjectPlus.cpp
* \ingroup expressions
*/
/*------------------------------ /*------------------------------
* PyObjectPlus cpp * PyObjectPlus cpp
* *

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/StringValue.cpp
* \ingroup expressions
*/
// StringValue.cpp: implementation of the CStringValue class. // StringValue.cpp: implementation of the CStringValue class.
/* /*
* Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org> * Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org>

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/Value.cpp
* \ingroup expressions
*/
// Value.cpp: implementation of the CValue class. // Value.cpp: implementation of the CValue class.
// developed at Eindhoven University of Technology, 1997 // developed at Eindhoven University of Technology, 1997
// by the OOPS team // by the OOPS team

@ -1,3 +1,6 @@
/** \file gameengine/Expressions/VectorValue.cpp
* \ingroup expressions
*/
// VectorValue.cpp: implementation of the CVectorValue class. // VectorValue.cpp: implementation of the CVectorValue class.
/* /*
* Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org> * Copyright (c) 1996-2000 Erwin Coumans <coockie@acm.org>