12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- /** \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 clog C-Logging (CLOG)
- * \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
- */
|