doxygen.extern.h 619 B

12345678910111213141516171819202122
  1. /** \defgroup extern External libraries
  2. * \section externabout External libraries
  3. * As with \ref intern these libraries are
  4. * provided in the Blender codebase. This is
  5. * to make building Blender easier. The main
  6. * development of these libraries is \b not part
  7. * of the normal Blender development process, but
  8. * each of the library is developed separately.
  9. * Whenever deemed necessary libraries in \c extern/
  10. * folder are updated.
  11. *
  12. */
  13. /** \defgroup curve_fit Curve Fitting Library
  14. * \ingroup extern
  15. */
  16. /** \defgroup bullet Bullet Physics Library
  17. * \ingroup extern
  18. * \see \ref bulletdoc
  19. */