Welcome to mirror list, hosted at ThFree Co, Russian Federation.

doxygen.intern.h « doxygen « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3cc11b3404d335ffa7cb3f264daef9df3e94ac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/** \defgroup intern Internal libraries
 *  \section internabout Internal libraries
 *  Blender comes with some of its dependencies
 *  directly included in the codebase. Libraries
 *  that are in the \c intern/ folder are maintained
 *  as part of the normal development process.
 */

/** \defgroup MEM Guarded memory (de)allocation
 *  \ingroup intern
 */

/** \defgroup ctr container
 *  \ingroup intern
 */

/** \defgroup elbeem elbeem
 *  \ingroup intern
 */

/** \defgroup iksolver iksolver
 *  \ingroup intern
 */

/** \defgroup itasc itasc
 *  \ingroup intern
 */

/** \defgroup memutil memutil
 *  \ingroup intern
 */

/** \defgroup mikktspace mikktspace
 *  \ingroup intern
 */

/** \defgroup moto moto
 *  \ingroup intern
 */

/** \defgroup eigen eigen
 *  \ingroup intern
 */

/** \defgroup smoke smoke
 *  \ingroup intern
 */

/** \defgroup string string
 *  \ingroup intern
 */

/** \defgroup audaspace Audaspace
 *  \ingroup intern undoc
 *  \todo add to doxygen
 */
/** \defgroup audfx Audaspace FX
 *  \ingroup audaspace
 */
/** \defgroup audopenal Audaspace OpenAL
 *  \ingroup audaspace
 */
/** \defgroup audpython Audaspace Python
 *  \ingroup audaspace
 */
/** \defgroup audsdl Audaspace SDL
 *  \ingroup audaspace
 */
/** \defgroup audsrc Audaspace SRC

 *  \ingroup audaspace
 */
/** \defgroup audffmpeg Audaspace FFMpeg
 *  \ingroup audaspace
 */
/** \defgroup audfftw Audaspace FFTW
 *  \ingroup audaspace
 */
/** \defgroup audjack Audaspace Jack
 *  \ingroup audaspace
 */
/** \defgroup audsndfile Audaspace sndfile
 *  \ingroup audaspace
 */

/** \defgroup GHOST GHOST API
 * \ingroup intern GUI
 * \ref GHOSTPage
 */