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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxygen/doxygen.intern.h')
-rw-r--r--doc/doxygen/doxygen.intern.h90
1 files changed, 90 insertions, 0 deletions
diff --git a/doc/doxygen/doxygen.intern.h b/doc/doxygen/doxygen.intern.h
new file mode 100644
index 00000000000..2c8ecae0ead
--- /dev/null
+++ b/doc/doxygen/doxygen.intern.h
@@ -0,0 +1,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 opennl opennl
+ * \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
+ */
+