doxygen: blender/collada tagged.

This commit is contained in:
Nathan Letwory 2011-02-27 20:30:35 +00:00
parent 95100afc12
commit caf9fb6cce
19 changed files with 95 additions and 0 deletions

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/AnimationImporter.cpp
* \ingroup collada
*/
/* COLLADABU_ASSERT, may be able to remove later */
#include "COLLADABUPlatform.h"

@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/ArmatureExporter.cpp
* \ingroup collada
*/
#include "COLLADASWBaseInputElement.h"
#include "COLLADASWInstanceController.h"
#include "COLLADASWPrimitves.h"

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/ArmatureImporter.cpp
* \ingroup collada
*/
/* COLLADABU_ASSERT, may be able to remove later */
#include "COLLADABUPlatform.h"

@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/CameraExporter.cpp
* \ingroup collada
*/
#include <string>
#include "COLLADASWCamera.h"

@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/DocumentExporter.cpp
* \ingroup collada
*/
#include <stdlib.h>
#include <stdio.h>
#include <math.h>

@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/DocumentImporter.cpp
* \ingroup collada
*/
// TODO:
// * name imported objects
// * import object rotation as euler

@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/EffectExporter.cpp
* \ingroup collada
*/
#include <map>
#include "COLLADASWEffectProfile.h"

@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/GeometryExporter.cpp
* \ingroup collada
*/
#include "COLLADASWPrimitves.h"
#include "COLLADASWSource.h"
#include "COLLADASWVertices.h"

@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/ImageExporter.cpp
* \ingroup collada
*/
#include "COLLADABUURI.h"
#include "COLLADASWImage.h"

@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/InstanceWriter.cpp
* \ingroup collada
*/
#include <string>
#include "COLLADASWInstanceMaterial.h"

@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/LightExporter.cpp
* \ingroup collada
*/
#include <string>
#include "COLLADASWColor.h"

@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/MaterialExporter.cpp
* \ingroup collada
*/
#include "MaterialExporter.h"
#include "COLLADABUUtils.h"

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/MeshImporter.cpp
* \ingroup collada
*/
#include <algorithm>
#if !defined(WIN32) || defined(FREE_WINDOWS)

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/SkinInfo.cpp
* \ingroup collada
*/
#include <algorithm>
#if !defined(WIN32) || defined(FREE_WINDOWS)

@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/TransformReader.cpp
* \ingroup collada
*/
/* COLLADABU_ASSERT, may be able to remove later */
#include "COLLADABUPlatform.h"

@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/TransformWriter.cpp
* \ingroup collada
*/
#include "BKE_object.h"
#include "TransformWriter.h"

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/collada.cpp
* \ingroup collada
*/
/* COLLADABU_ASSERT, may be able to remove later */
#include "COLLADABUPlatform.h"

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/collada_internal.cpp
* \ingroup collada
*/
/* COLLADABU_ASSERT, may be able to remove later */
#include "COLLADABUPlatform.h"

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/collada/collada_utils.cpp
* \ingroup collada
*/
/* COLLADABU_ASSERT, may be able to remove later */
#include "COLLADABUPlatform.h"