doxygen: update doxygen & add balembic group

This commit is contained in:
Campbell Barton 2019-02-18 11:23:17 +11:00
parent 022f339271
commit 7d792976e1
35 changed files with 140 additions and 12 deletions

View File

@ -1,10 +1,4 @@
/** \defgroup blenderplayer Blender Player */
/** \defgroup blc bad level calls
* \ingroup blenderplayer
*/
/** \defgroup render Rendering
* \ingroup blender
*/
@ -29,15 +23,14 @@
* \ingroup python
*/
/** \defgroup blpluginapi Blender pluginapi
* \ingroup blender
* \attention not in use currently
*/
/* ================================ */
/** \defgroup blender Blender */
/** \defgroup balembic BlenderAlembic
* \ingroup blender
*/
/** \defgroup blt BlenTranslation
* \ingroup blender
*/
@ -81,6 +74,10 @@
* \ingroup blender
*/
/** \defgroup shader_fx Shader Effects
* \ingroup blender
*/
/** \defgroup data DNA, RNA and .blend access*/
/** \defgroup gpu GPU

View File

@ -1490,4 +1490,3 @@ int curve_fit_cubic_to_points_refit_fl(
return result;
}

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_ALEMBIC_H__
#define __ABC_ALEMBIC_H__

View File

@ -17,6 +17,10 @@
* All rights reserved.
*/
/** \file
* \ingroup balembic
*/
#include "abc_archive.h"
extern "C"
{

View File

@ -17,6 +17,10 @@
* All rights reserved.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_ARCHIVE_H__
#define __ABC_ARCHIVE_H__

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#include "abc_camera.h"
#include "abc_transform.h"

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_CAMERA_H__
#define __ABC_CAMERA_H__

View File

@ -17,6 +17,10 @@
* All rights reserved.
*/
/** \file
* \ingroup balembic
*/
#include "abc_curves.h"
#include <cstdio>

View File

@ -17,6 +17,10 @@
* All rights reserved.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_CURVES_H__
#define __ABC_CURVES_H__

View File

@ -17,6 +17,10 @@
* All rights reserved.
*/
/** \file
* \ingroup balembic
*/
#include "abc_customdata.h"
#include <Alembic/AbcGeom/All.h>

View File

@ -17,6 +17,10 @@
* All rights reserved.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_CUSTOMDATA_H__
#define __ABC_CUSTOMDATA_H__

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#include "abc_exporter.h"
#include <cmath>

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_EXPORTER_H__
#define __ABC_EXPORTER_H__

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#include "abc_hair.h"
#include <cstdio>

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_HAIR_H__
#define __ABC_HAIR_H__

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#include "abc_mball.h"
#include "abc_mesh.h"
#include "abc_transform.h"

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_MBALL_H__
#define __ABC_MBALL_H__

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#include "abc_mesh.h"
#include <algorithm>

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_MESH_H__
#define __ABC_MESH_H__

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#include "abc_nurbs.h"
#include "abc_transform.h"

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_NURBS_H__
#define __ABC_NURBS_H__

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#include "abc_object.h"
#include "abc_util.h"

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_OBJECT_H__
#define __ABC_OBJECT_H__

View File

@ -17,6 +17,10 @@
* All rights reserved.
*/
/** \file
* \ingroup balembic
*/
#include "abc_points.h"
#include "abc_mesh.h"

View File

@ -17,6 +17,10 @@
* All rights reserved.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_POINTS_H__
#define __ABC_POINTS_H__

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#include "abc_transform.h"
#include <OpenEXR/ImathBoxAlgo.h>

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_TRANSFORM_H__
#define __ABC_TRANSFORM_H__

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#include "abc_util.h"
#include "abc_camera.h"

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#ifndef __ABC_UTIL_H__
#define __ABC_UTIL_H__

View File

@ -14,6 +14,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup balembic
*/
#include "../ABC_alembic.h"
#include <boost/foreach.hpp>

View File

@ -16,6 +16,10 @@
* Copyright 2018, Blender Foundation.
*/
/** \file
* \ingroup draw_engine
*/
#include "workbench_private.h"
#include "DNA_userdef_types.h"

View File

@ -16,6 +16,10 @@
* Copyright 2018, Blender Foundation.
*/
/** \file
* \ingroup draw_engine
*/
#include "workbench_private.h"
#include "BIF_gl.h"

View File

@ -17,6 +17,10 @@
* All rights reserved.
*/
/** \file
* \ingroup gpu
*/
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"

View File

@ -17,6 +17,10 @@
* All rights reserved.
*/
/** \file
* \ingroup gpu
*/
#include "MEM_guardedalloc.h"
#include "DNA_image_types.h"

View File

@ -16,6 +16,10 @@
* Copyright 2017, Blender Foundation.
*/
/** \file
* \ingroup modifiers
*/
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"