doxygen.intern.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /** \defgroup intern Internal libraries
  2. * \section internabout Internal libraries
  3. * Blender comes with some of its dependencies
  4. * directly included in the codebase. Libraries
  5. * that are in the \c intern/ folder are maintained
  6. * as part of the normal development process.
  7. */
  8. /** \defgroup MEM Guarded memory (de)allocation
  9. * \ingroup intern
  10. */
  11. /** \defgroup clog C-Logging (CLOG)
  12. * \ingroup intern
  13. */
  14. /** \defgroup ctr container
  15. * \ingroup intern
  16. */
  17. /** \defgroup elbeem elbeem
  18. * \ingroup intern
  19. */
  20. /** \defgroup iksolver iksolver
  21. * \ingroup intern
  22. */
  23. /** \defgroup itasc itasc
  24. * \ingroup intern
  25. */
  26. /** \defgroup memutil memutil
  27. * \ingroup intern
  28. */
  29. /** \defgroup mikktspace mikktspace
  30. * \ingroup intern
  31. */
  32. /** \defgroup moto moto
  33. * \ingroup intern
  34. */
  35. /** \defgroup eigen eigen
  36. * \ingroup intern
  37. */
  38. /** \defgroup smoke smoke
  39. * \ingroup intern
  40. */
  41. /** \defgroup string string
  42. * \ingroup intern
  43. */
  44. /** \defgroup audaspace Audaspace
  45. * \ingroup intern undoc
  46. * \todo add to doxygen
  47. */
  48. /** \defgroup audfx Audaspace FX
  49. * \ingroup audaspace
  50. */
  51. /** \defgroup audopenal Audaspace OpenAL
  52. * \ingroup audaspace
  53. */
  54. /** \defgroup audpython Audaspace Python
  55. * \ingroup audaspace
  56. */
  57. /** \defgroup audsdl Audaspace SDL
  58. * \ingroup audaspace
  59. */
  60. /** \defgroup audsrc Audaspace SRC
  61. *
  62. * \ingroup audaspace
  63. */
  64. /** \defgroup audffmpeg Audaspace FFMpeg
  65. * \ingroup audaspace
  66. */
  67. /** \defgroup audfftw Audaspace FFTW
  68. * \ingroup audaspace
  69. */
  70. /** \defgroup audjack Audaspace Jack
  71. * \ingroup audaspace
  72. */
  73. /** \defgroup audsndfile Audaspace sndfile
  74. * \ingroup audaspace
  75. */
  76. /** \defgroup GHOST GHOST API
  77. * \ingroup intern GUI
  78. * \ref GHOSTPage
  79. */