doxygen: rename included files (they were ignored)

This commit is contained in:
2015-05-20 12:55:57 +10:00
parent a1e8547877
commit f0c143ca72
5 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
/** \defgroup extern External libraries
* \section externabout External libraries
* As with \ref intern these libraries are
* provided in the Blender codebase. This is
* to make building Blender easier. The main
* development of these libraries is \b not part
* of the normal Blender development process, but
* each of the library is developed separately.
* Whenever deemed necessary libraries in \c extern/
* folder are updated.
*
*/
/** \defgroup bullet Bullet Physics Library
* \ingroup extern
* \see \ref bulletdoc
*/