doxygen: blender/makesrna tagged.

This commit is contained in:
Nathan Letwory 2011-02-27 20:20:01 +00:00
parent 19a9cffdf0
commit a47ca06502
81 changed files with 403 additions and 2 deletions

View File

@ -1,4 +1,5 @@
/** \page makesrna makesrna
/** \file blender/makesrna/RNA_documentation.h
* \page makesrna makesrna
* \ingroup RNA
* \section aboutmakesrna About RNA
* The \ref RNA module defines and provides the access API to the data, thus encapsulating \ref DNA

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/RNA_types.h
* \ingroup RNA
*/
#include "BLO_sys_types.h"
#ifndef RNA_TYPES_H
@ -40,7 +45,7 @@ struct IDProperty;
struct bContext;
struct ReportList;
/* Pointer
/** Pointer
*
* RNA pointers are not a single C pointer but include the type,
* and a pointer to the ID struct that owns the struct, since

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/makesrna.c
* \ingroup RNA
*/
#include <float.h>
#include <limits.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_ID.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_access.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stddef.h>
#include <string.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_action.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_action_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_actuator.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_actuator_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_animation.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_access.h"

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_animation_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_animviz.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_armature.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "BLI_math.h"

View File

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_armature_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_boid.c
* \ingroup RNA
*/
#include <float.h>
#include <limits.h>
#include <stdlib.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_brush.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_camera.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_cloth.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <limits.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_color.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_constraint.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_context.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "DNA_ID.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_controller.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "WM_types.h"

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_controller_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_curve.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_define.c
* \ingroup RNA
*/
#include <float.h>
#include <limits.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_fcurve.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_access.h"

View File

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_fcurve_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_fluidsim.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_gpencil.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_group.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_image.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_image_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_internal.h
* \ingroup RNA
*/
#ifndef RNA_INTERNAL_H
#define RNA_INTERNAL_H

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_internal_types.h
* \ingroup RNA
*/
#ifndef RNA_INTERNAL_TYPES_H
#define RNA_INTERNAL_TYPES_H

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_key.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_access.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_lamp.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_lattice.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_main.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <string.h>

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_main_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_material.c
* \ingroup RNA
*/
#include <float.h>
#include <stdlib.h>

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_material_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_mesh.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_mesh_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_meta.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_modifier.c
* \ingroup RNA
*/
#include <float.h>
#include <limits.h>
#include <stdlib.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_nla.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_nodetree.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <string.h>

View File

@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_nodetree_types.h
* \ingroup RNA
*/
/* Tree type Node ID RNA def function Enum name Struct name UI Name UI Description */
DefNode( ShaderNode, SH_NODE_OUTPUT, 0, "OUTPUT", Output, "Output", "" )

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_object.c
* \ingroup RNA
*/
#include <stdio.h>
#include <stdlib.h>

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_object_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_object_force.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_packedfile.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_particle.c
* \ingroup RNA
*/
#include <stdio.h>
#include <stdlib.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_pose.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <string.h>

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_pose_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_property.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_render.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "DNA_scene_types.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_rna.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "DNA_ID.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_scene.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_scene_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_screen.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stddef.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_sculpt_paint.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_sensor.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_sensor_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_sequencer.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <limits.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_sequencer_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_smoke.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <limits.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_sound.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_space.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "MEM_guardedalloc.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_test.c
* \ingroup RNA
*/
/* Defines a structure with properties used for array manipulation tests in BPY. */
#include <stdlib.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_text.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <limits.h>

View File

@ -21,6 +21,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_text_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_texture.c
* \ingroup RNA
*/
#include <float.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_timeline.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_ui.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "DNA_screen_types.h"

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_ui_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_userdef.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_vfont.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_define.h"

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_wm.c
* \ingroup RNA
*/
#include <stdlib.h>
#include "RNA_access.h"

View File

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_wm_api.c
* \ingroup RNA
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_world.c
* \ingroup RNA
*/
#include <float.h>
#include <stdlib.h>