[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35147] trunk/blender/intern/decimation: doxygen: intern/decimation tagged

Nathan Letwory nathan at letworyinteractive.com
Fri Feb 25 11:47:28 CET 2011


Revision: 35147
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35147
Author:   jesterking
Date:     2011-02-25 10:47:28 +0000 (Fri, 25 Feb 2011)
Log Message:
-----------
doxygen: intern/decimation tagged

Modified Paths:
--------------
    trunk/blender/intern/decimation/extern/LOD_decimation.h
    trunk/blender/intern/decimation/intern/LOD_DecimationClass.h
    trunk/blender/intern/decimation/intern/LOD_EdgeCollapser.cpp
    trunk/blender/intern/decimation/intern/LOD_EdgeCollapser.h
    trunk/blender/intern/decimation/intern/LOD_ExternBufferEditor.h
    trunk/blender/intern/decimation/intern/LOD_ExternNormalEditor.cpp
    trunk/blender/intern/decimation/intern/LOD_ExternNormalEditor.h
    trunk/blender/intern/decimation/intern/LOD_FaceNormalEditor.cpp
    trunk/blender/intern/decimation/intern/LOD_FaceNormalEditor.h
    trunk/blender/intern/decimation/intern/LOD_ManMesh2.cpp
    trunk/blender/intern/decimation/intern/LOD_ManMesh2.h
    trunk/blender/intern/decimation/intern/LOD_MeshBounds.h
    trunk/blender/intern/decimation/intern/LOD_MeshException.h
    trunk/blender/intern/decimation/intern/LOD_MeshPrimitives.cpp
    trunk/blender/intern/decimation/intern/LOD_MeshPrimitives.h
    trunk/blender/intern/decimation/intern/LOD_QSDecimator.cpp
    trunk/blender/intern/decimation/intern/LOD_QSDecimator.h
    trunk/blender/intern/decimation/intern/LOD_Quadric.h
    trunk/blender/intern/decimation/intern/LOD_QuadricEditor.cpp
    trunk/blender/intern/decimation/intern/LOD_QuadricEditor.h
    trunk/blender/intern/decimation/intern/LOD_decimation.cpp
    trunk/blender/intern/decimation/intern/future/LOD_ExternVColorEditor.cpp
    trunk/blender/intern/decimation/intern/future/LOD_ExternVColorEditor.h
    trunk/blender/intern/decimation/intern/future/LOD_NdQSDecimator.cpp
    trunk/blender/intern/decimation/intern/future/LOD_NdQSDecimator.h
    trunk/blender/intern/decimation/intern/future/LOD_NdQuadric.cpp
    trunk/blender/intern/decimation/intern/future/LOD_NdQuadric.h
    trunk/blender/intern/decimation/intern/future/LOD_NdQuadricEditor.cpp
    trunk/blender/intern/decimation/intern/future/LOD_NdQuadricEditor.h

Modified: trunk/blender/intern/decimation/extern/LOD_decimation.h
===================================================================
--- trunk/blender/intern/decimation/extern/LOD_decimation.h	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/extern/LOD_decimation.h	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/extern/LOD_decimation.h
+ *  \ingroup decimation
+ */
+
+
 /**
 
  * @author Laurence Bourn

Modified: trunk/blender/intern/decimation/intern/LOD_DecimationClass.h
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_DecimationClass.h	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_DecimationClass.h	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_DecimationClass.h
+ *  \ingroup decimation
+ */
+
+
 #ifndef NAN_INCLUDED_LOD_DecimationClass_h
 #define NAN_INCLUDED_LOD_DecimationClass_h
 

Modified: trunk/blender/intern/decimation/intern/LOD_EdgeCollapser.cpp
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_EdgeCollapser.cpp	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_EdgeCollapser.cpp	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_EdgeCollapser.cpp
+ *  \ingroup decimation
+ */
+
+
 #include "LOD_EdgeCollapser.h"
 
 #include "LOD_ManMesh2.h"

Modified: trunk/blender/intern/decimation/intern/LOD_EdgeCollapser.h
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_EdgeCollapser.h	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_EdgeCollapser.h	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_EdgeCollapser.h
+ *  \ingroup decimation
+ */
+
+
 #ifndef NAN_INCLDUED_EgdeCollapser_h
 #define NAN_INCLDUED_EgdeCollapser_h
 

Modified: trunk/blender/intern/decimation/intern/LOD_ExternBufferEditor.h
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_ExternBufferEditor.h	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_ExternBufferEditor.h	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_ExternBufferEditor.h
+ *  \ingroup decimation
+ */
+
+
 /**
 
  * $Id$

Modified: trunk/blender/intern/decimation/intern/LOD_ExternNormalEditor.cpp
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_ExternNormalEditor.cpp	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_ExternNormalEditor.cpp	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_ExternNormalEditor.cpp
+ *  \ingroup decimation
+ */
+
+
 #include "LOD_ExternNormalEditor.h"
 #include <vector>
 

Modified: trunk/blender/intern/decimation/intern/LOD_ExternNormalEditor.h
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_ExternNormalEditor.h	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_ExternNormalEditor.h	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_ExternNormalEditor.h
+ *  \ingroup decimation
+ */
+
+
 #ifndef NAN_INCLUDED_ExternNormalEditor_h
 #define NAN_INCLUDED_ExternNormalEditor_h
 

Modified: trunk/blender/intern/decimation/intern/LOD_FaceNormalEditor.cpp
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_FaceNormalEditor.cpp	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_FaceNormalEditor.cpp	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_FaceNormalEditor.cpp
+ *  \ingroup decimation
+ */
+
+
 // implementation of LOD_FaceNormalEditor.h
 
 ///////////////////////////////////////

Modified: trunk/blender/intern/decimation/intern/LOD_FaceNormalEditor.h
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_FaceNormalEditor.h	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_FaceNormalEditor.h	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_FaceNormalEditor.h
+ *  \ingroup decimation
+ */
+
+
 #ifndef NAN_INCLUDED_FaceNormalEditor_h
 #define NAN_INCLUDED_FaceNormalEditor_h
 

Modified: trunk/blender/intern/decimation/intern/LOD_ManMesh2.cpp
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_ManMesh2.cpp	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_ManMesh2.cpp	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_ManMesh2.cpp
+ *  \ingroup decimation
+ */
+
+
 #include "LOD_ManMesh2.h"
 
 #include "MT_assert.h"

Modified: trunk/blender/intern/decimation/intern/LOD_ManMesh2.h
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_ManMesh2.h	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_ManMesh2.h	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_ManMesh2.h
+ *  \ingroup decimation
+ */
+
+
 #ifndef NAN_INCLUDED_ManMesh2_h
 #define NAN_INCLUDED_ManMesh2_h
 

Modified: trunk/blender/intern/decimation/intern/LOD_MeshBounds.h
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_MeshBounds.h	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_MeshBounds.h	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_MeshBounds.h
+ *  \ingroup decimation
+ */
+
+
 #ifndef NAN_INCLUDED_MeshBounds_h
 #define NAN_INCLUDED_MeshBounds_h
 

Modified: trunk/blender/intern/decimation/intern/LOD_MeshException.h
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_MeshException.h	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_MeshException.h	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_MeshException.h
+ *  \ingroup decimation
+ */
+
+
 #ifndef NAN_INCLUDED_MeshExceptions_h
 #define NAN_INCLUDED_MeshExceptions_h
 

Modified: trunk/blender/intern/decimation/intern/LOD_MeshPrimitives.cpp
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_MeshPrimitives.cpp	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_MeshPrimitives.cpp	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_MeshPrimitives.cpp
+ *  \ingroup decimation
+ */
+
+
 #include "LOD_MeshPrimitives.h"
 
 #include "MT_assert.h"

Modified: trunk/blender/intern/decimation/intern/LOD_MeshPrimitives.h
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_MeshPrimitives.h	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_MeshPrimitives.h	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_MeshPrimitives.h
+ *  \ingroup decimation
+ */
+
+
 #ifndef NAN_INCLUDED_MeshPrimitives_h
 #define NAN_INCLUDED_MeshPrimitives_h
 

Modified: trunk/blender/intern/decimation/intern/LOD_QSDecimator.cpp
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_QSDecimator.cpp	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_QSDecimator.cpp	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file decimation/intern/LOD_QSDecimator.cpp
+ *  \ingroup decimation
+ */
+
+
 #include "LOD_QSDecimator.h"
 
 #include "LOD_ExternBufferEditor.h"

Modified: trunk/blender/intern/decimation/intern/LOD_QSDecimator.h
===================================================================
--- trunk/blender/intern/decimation/intern/LOD_QSDecimator.h	2011-02-25 10:45:31 UTC (rev 35146)
+++ trunk/blender/intern/decimation/intern/LOD_QSDecimator.h	2011-02-25 10:47:28 UTC (rev 35147)
@@ -1,4 +1,4 @@
-/**
+/*
  * $Id$
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list