From 5e41760a15d2243242efea4ee92aefc8b3104db4 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 22 Feb 2011 16:12:12 +0000 Subject: doxygen: add bullet to extern libs, some small changes in page names, and fixes around license blocks --- doc/Doxyfile | 3 ++- doc/doxygen.main | 14 +++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/Doxyfile b/doc/Doxyfile index a7a24c881fc..e2928537fe7 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -640,7 +640,8 @@ INPUT = doxygen.main \ ../source/gameengine/Ketsji \ ../source/gameengine/Rasterizer \ ../source/gameengine/Network \ - ../source/gameengine/Physics + ../source/gameengine/Physics \ + ../extern/bullet2 # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is diff --git a/doc/doxygen.main b/doc/doxygen.main index 290851c7a9c..7f03753d82d 100644 --- a/doc/doxygen.main +++ b/doc/doxygen.main @@ -6,7 +6,11 @@ * * These pages document the source code of blender. * + * \subsection implinks Important Links + * - projects.blender.org with bug tracker + * - Development documents on our wiki. * + * \subsection blother Other * For more information on using Blender browse to http://www.blender.org * */ @@ -35,6 +39,11 @@ * folder are updated. * */ + +/** \defgroup bullet Bullet Physics Library + * \ingroup extern + */ + /** \defgroup blenderplayer Blender Player */ /** \defgroup render Rendering */ @@ -121,7 +130,10 @@ /** \defgroup data DNA, RNA and .blend access*/ -/** \defgroup GHOST GHOST API */ +/** \defgroup GHOST GHOST API + * \ingroup intern GUI + * \ref GHOSTPage + */ /** \defgroup gpu GPU */ -- cgit v1.2.3