[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35158] trunk/blender/intern/moto: doxygen : intern/moto tagged.

Nathan Letwory nathan at letworyinteractive.com
Fri Feb 25 12:49:20 CET 2011


Revision: 35158
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35158
Author:   jesterking
Date:     2011-02-25 11:49:19 +0000 (Fri, 25 Feb 2011)
Log Message:
-----------
doxygen: intern/moto tagged.

Modified Paths:
--------------
    trunk/blender/intern/moto/include/GEN_List.h
    trunk/blender/intern/moto/include/GEN_Map.h
    trunk/blender/intern/moto/include/MT_CmMatrix4x4.h
    trunk/blender/intern/moto/include/MT_Matrix3x3.h
    trunk/blender/intern/moto/include/MT_Matrix4x4.h
    trunk/blender/intern/moto/include/MT_MinMax.h
    trunk/blender/intern/moto/include/MT_Optimize.h
    trunk/blender/intern/moto/include/MT_Plane3.h
    trunk/blender/intern/moto/include/MT_Point2.h
    trunk/blender/intern/moto/include/MT_Point3.h
    trunk/blender/intern/moto/include/MT_Quaternion.h
    trunk/blender/intern/moto/include/MT_Scalar.h
    trunk/blender/intern/moto/include/MT_Stream.h
    trunk/blender/intern/moto/include/MT_Transform.h
    trunk/blender/intern/moto/include/MT_Tuple2.h
    trunk/blender/intern/moto/include/MT_Tuple3.h
    trunk/blender/intern/moto/include/MT_Tuple4.h
    trunk/blender/intern/moto/include/MT_Vector2.h
    trunk/blender/intern/moto/include/MT_Vector3.h
    trunk/blender/intern/moto/include/MT_Vector4.h
    trunk/blender/intern/moto/include/MT_assert.h
    trunk/blender/intern/moto/include/MT_random.h
    trunk/blender/intern/moto/include/NM_Scalar.h
    trunk/blender/intern/moto/intern/MT_Assert.cpp
    trunk/blender/intern/moto/intern/MT_CmMatrix4x4.cpp
    trunk/blender/intern/moto/intern/MT_Matrix3x3.cpp
    trunk/blender/intern/moto/intern/MT_Matrix4x4.cpp
    trunk/blender/intern/moto/intern/MT_Plane3.cpp
    trunk/blender/intern/moto/intern/MT_Point3.cpp
    trunk/blender/intern/moto/intern/MT_Quaternion.cpp
    trunk/blender/intern/moto/intern/MT_Transform.cpp
    trunk/blender/intern/moto/intern/MT_Vector2.cpp
    trunk/blender/intern/moto/intern/MT_Vector3.cpp
    trunk/blender/intern/moto/intern/MT_Vector4.cpp
    trunk/blender/intern/moto/intern/MT_random.cpp

Modified: trunk/blender/intern/moto/include/GEN_List.h
===================================================================
--- trunk/blender/intern/moto/include/GEN_List.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/GEN_List.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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
 

Modified: trunk/blender/intern/moto/include/GEN_Map.h
===================================================================
--- trunk/blender/intern/moto/include/GEN_Map.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/GEN_Map.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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
 

Modified: trunk/blender/intern/moto/include/MT_CmMatrix4x4.h
===================================================================
--- trunk/blender/intern/moto/include/MT_CmMatrix4x4.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_CmMatrix4x4.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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
 

Modified: trunk/blender/intern/moto/include/MT_Matrix3x3.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Matrix3x3.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Matrix3x3.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 at acm.org>

Modified: trunk/blender/intern/moto/include/MT_Matrix4x4.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Matrix4x4.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Matrix4x4.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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$

Modified: trunk/blender/intern/moto/include/MT_MinMax.h
===================================================================
--- trunk/blender/intern/moto/include/MT_MinMax.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_MinMax.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 at acm.org>

Modified: trunk/blender/intern/moto/include/MT_Optimize.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Optimize.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Optimize.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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
 

Modified: trunk/blender/intern/moto/include/MT_Plane3.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Plane3.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Plane3.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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
 

Modified: trunk/blender/intern/moto/include/MT_Point2.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Point2.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Point2.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 at acm.org>

Modified: trunk/blender/intern/moto/include/MT_Point3.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Point3.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Point3.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 at acm.org>

Modified: trunk/blender/intern/moto/include/MT_Quaternion.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Quaternion.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Quaternion.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 at acm.org>

Modified: trunk/blender/intern/moto/include/MT_Scalar.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Scalar.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Scalar.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 at acm.org>

Modified: trunk/blender/intern/moto/include/MT_Stream.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Stream.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Stream.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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
 

Modified: trunk/blender/intern/moto/include/MT_Transform.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Transform.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Transform.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 

Modified: trunk/blender/intern/moto/include/MT_Tuple2.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Tuple2.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Tuple2.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 at acm.org>

Modified: trunk/blender/intern/moto/include/MT_Tuple3.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Tuple3.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Tuple3.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 at acm.org>

Modified: trunk/blender/intern/moto/include/MT_Tuple4.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Tuple4.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Tuple4.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 at acm.org>

Modified: trunk/blender/intern/moto/include/MT_Vector2.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Vector2.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Vector2.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 at acm.org>

Modified: trunk/blender/intern/moto/include/MT_Vector3.h
===================================================================
--- trunk/blender/intern/moto/include/MT_Vector3.h	2011-02-25 11:47:49 UTC (rev 35157)
+++ trunk/blender/intern/moto/include/MT_Vector3.h	2011-02-25 11:49:19 UTC (rev 35158)
@@ -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 at acm.org>


@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list