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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-25 14:49:19 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-25 14:49:19 +0300
commitb07988274ea04cef641ef5203b24fc281a6332c7 (patch)
tree98157d2c6eceb40506509cc51855d221d36bef12 /intern/moto/include
parentf5419aec80af53e00e3c3bef724f4b2232c5a9ba (diff)
doxygen: intern/moto tagged.
Diffstat (limited to 'intern/moto/include')
-rw-r--r--intern/moto/include/GEN_List.h7
-rw-r--r--intern/moto/include/GEN_Map.h7
-rw-r--r--intern/moto/include/MT_CmMatrix4x4.h7
-rw-r--r--intern/moto/include/MT_Matrix3x3.h7
-rw-r--r--intern/moto/include/MT_Matrix4x4.h7
-rw-r--r--intern/moto/include/MT_MinMax.h7
-rw-r--r--intern/moto/include/MT_Optimize.h7
-rw-r--r--intern/moto/include/MT_Plane3.h7
-rw-r--r--intern/moto/include/MT_Point2.h7
-rw-r--r--intern/moto/include/MT_Point3.h7
-rw-r--r--intern/moto/include/MT_Quaternion.h7
-rw-r--r--intern/moto/include/MT_Scalar.h7
-rw-r--r--intern/moto/include/MT_Stream.h7
-rw-r--r--intern/moto/include/MT_Transform.h7
-rw-r--r--intern/moto/include/MT_Tuple2.h7
-rw-r--r--intern/moto/include/MT_Tuple3.h7
-rw-r--r--intern/moto/include/MT_Tuple4.h7
-rw-r--r--intern/moto/include/MT_Vector2.h7
-rw-r--r--intern/moto/include/MT_Vector3.h7
-rw-r--r--intern/moto/include/MT_Vector4.h7
-rw-r--r--intern/moto/include/MT_assert.h7
-rw-r--r--intern/moto/include/MT_random.h7
-rw-r--r--intern/moto/include/NM_Scalar.h7
23 files changed, 138 insertions, 23 deletions
diff --git a/intern/moto/include/GEN_List.h b/intern/moto/include/GEN_List.h
index 3a075800b9d..d518bf5a7e9 100644
--- a/intern/moto/include/GEN_List.h
+++ b/intern/moto/include/GEN_List.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/GEN_List.h
+ * \ingroup moto
+ */
+
+
#ifndef GEN_LIST_H
#define GEN_LIST_H
diff --git a/intern/moto/include/GEN_Map.h b/intern/moto/include/GEN_Map.h
index eabdad3fa08..06a161c215e 100644
--- a/intern/moto/include/GEN_Map.h
+++ b/intern/moto/include/GEN_Map.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/GEN_Map.h
+ * \ingroup moto
+ */
+
+
#ifndef GEN_MAP_H
#define GEN_MAP_H
diff --git a/intern/moto/include/MT_CmMatrix4x4.h b/intern/moto/include/MT_CmMatrix4x4.h
index 3bb212a6296..6c34334b273 100644
--- a/intern/moto/include/MT_CmMatrix4x4.h
+++ b/intern/moto/include/MT_CmMatrix4x4.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_CmMatrix4x4.h
+ * \ingroup moto
+ */
+
+
#ifndef INCLUDED_MT_CmMatrix4x4
#define INCLUDED_MT_CmMatrix4x4
diff --git a/intern/moto/include/MT_Matrix3x3.h b/intern/moto/include/MT_Matrix3x3.h
index 7d2e90cf99f..8f22a802cca 100644
--- a/intern/moto/include/MT_Matrix3x3.h
+++ b/intern/moto/include/MT_Matrix3x3.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Matrix3x3.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_Matrix4x4.h b/intern/moto/include/MT_Matrix4x4.h
index 5d8e70ee466..1bff55f2c58 100644
--- a/intern/moto/include/MT_Matrix4x4.h
+++ b/intern/moto/include/MT_Matrix4x4.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Matrix4x4.h
+ * \ingroup moto
+ */
+
+
/**
* $Id$
diff --git a/intern/moto/include/MT_MinMax.h b/intern/moto/include/MT_MinMax.h
index 929d3e1d30b..4207f56f0ed 100644
--- a/intern/moto/include/MT_MinMax.h
+++ b/intern/moto/include/MT_MinMax.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_MinMax.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_Optimize.h b/intern/moto/include/MT_Optimize.h
index 87b8b18589b..94c332cf94b 100644
--- a/intern/moto/include/MT_Optimize.h
+++ b/intern/moto/include/MT_Optimize.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Optimize.h
+ * \ingroup moto
+ */
+
+
#ifndef GEN_OPTIMIZE_H
#define GEN_OPTIMIZE_H
diff --git a/intern/moto/include/MT_Plane3.h b/intern/moto/include/MT_Plane3.h
index 23eff3ef78c..cd04174552d 100644
--- a/intern/moto/include/MT_Plane3.h
+++ b/intern/moto/include/MT_Plane3.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Plane3.h
+ * \ingroup moto
+ */
+
+
#ifndef MT_PLANE3
#define MT_PLANE3
diff --git a/intern/moto/include/MT_Point2.h b/intern/moto/include/MT_Point2.h
index cf987502787..cfc69f1310b 100644
--- a/intern/moto/include/MT_Point2.h
+++ b/intern/moto/include/MT_Point2.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Point2.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_Point3.h b/intern/moto/include/MT_Point3.h
index 4414c129e86..8928bf6584e 100644
--- a/intern/moto/include/MT_Point3.h
+++ b/intern/moto/include/MT_Point3.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Point3.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_Quaternion.h b/intern/moto/include/MT_Quaternion.h
index f3b858bb652..532175c9441 100644
--- a/intern/moto/include/MT_Quaternion.h
+++ b/intern/moto/include/MT_Quaternion.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Quaternion.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_Scalar.h b/intern/moto/include/MT_Scalar.h
index de34d8de243..baebaf07130 100644
--- a/intern/moto/include/MT_Scalar.h
+++ b/intern/moto/include/MT_Scalar.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Scalar.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_Stream.h b/intern/moto/include/MT_Stream.h
index 74e904a3404..175433be3f6 100644
--- a/intern/moto/include/MT_Stream.h
+++ b/intern/moto/include/MT_Stream.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Stream.h
+ * \ingroup moto
+ */
+
+
#ifndef GEN_STREAM_H
#define GEN_STREAM_H
diff --git a/intern/moto/include/MT_Transform.h b/intern/moto/include/MT_Transform.h
index 527b77f1b0c..da49a088f4d 100644
--- a/intern/moto/include/MT_Transform.h
+++ b/intern/moto/include/MT_Transform.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Transform.h
+ * \ingroup moto
+ */
+
+
/*
MoTo - 3D Motion Toolkit
diff --git a/intern/moto/include/MT_Tuple2.h b/intern/moto/include/MT_Tuple2.h
index 01719e5b5f1..49bc7f644f6 100644
--- a/intern/moto/include/MT_Tuple2.h
+++ b/intern/moto/include/MT_Tuple2.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Tuple2.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_Tuple3.h b/intern/moto/include/MT_Tuple3.h
index 13068cd98c3..1f53234f395 100644
--- a/intern/moto/include/MT_Tuple3.h
+++ b/intern/moto/include/MT_Tuple3.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Tuple3.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_Tuple4.h b/intern/moto/include/MT_Tuple4.h
index 4d267e931cb..00d83985385 100644
--- a/intern/moto/include/MT_Tuple4.h
+++ b/intern/moto/include/MT_Tuple4.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Tuple4.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_Vector2.h b/intern/moto/include/MT_Vector2.h
index 7b2614a4142..082431b251a 100644
--- a/intern/moto/include/MT_Vector2.h
+++ b/intern/moto/include/MT_Vector2.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Vector2.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_Vector3.h b/intern/moto/include/MT_Vector3.h
index ca4e4229963..e5c9b98c96f 100644
--- a/intern/moto/include/MT_Vector3.h
+++ b/intern/moto/include/MT_Vector3.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Vector3.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_Vector4.h b/intern/moto/include/MT_Vector4.h
index 2327e33e49a..8404631fac7 100644
--- a/intern/moto/include/MT_Vector4.h
+++ b/intern/moto/include/MT_Vector4.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_Vector4.h
+ * \ingroup moto
+ */
+
+
/*
* Copyright (c) 2000 Gino van den Bergen <gino@acm.org>
diff --git a/intern/moto/include/MT_assert.h b/intern/moto/include/MT_assert.h
index a0e97e6ad34..50a3a21cdac 100644
--- a/intern/moto/include/MT_assert.h
+++ b/intern/moto/include/MT_assert.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_assert.h
+ * \ingroup moto
+ */
+
+
#ifndef MT_ASSERT_H
#define MT_ASSERT_H
diff --git a/intern/moto/include/MT_random.h b/intern/moto/include/MT_random.h
index 04d1382d92d..78e4cd74051 100644
--- a/intern/moto/include/MT_random.h
+++ b/intern/moto/include/MT_random.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/MT_random.h
+ * \ingroup moto
+ */
+
+
#ifndef MT_RANDOM_H
#define MT_RANDOM_H
diff --git a/intern/moto/include/NM_Scalar.h b/intern/moto/include/NM_Scalar.h
index a7cd255cea6..56fd8c7badb 100644
--- a/intern/moto/include/NM_Scalar.h
+++ b/intern/moto/include/NM_Scalar.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/include/NM_Scalar.h
+ * \ingroup moto
+ */
+
+
#include <math.h>
#include <iostream>