doxygen.main.h 659 B

1234567891011121314151617181920
  1. /** \mainpage Blender
  2. *
  3. * \section intro Introduction
  4. *
  5. * Blender is an integrated 3d package.
  6. *
  7. * These pages document the source code of blender.
  8. *
  9. * \subsection implinks Important Links
  10. * - <a href="https://developer.blender.org">developer.blender.org</a> with bug tracker.
  11. * - <a href="https://wiki.blender.org">Development documents</a> on our wiki.
  12. *
  13. * \subsection blother Other
  14. * For more information on using Blender browse to https://www.blender.org
  15. *
  16. */
  17. /** \defgroup undoc Undocumented
  18. * \brief Modules and libraries that are still undocumented, or lacking proper integration into the doxygen system, are marked in this group. */