From 79f79e0cacd0dbf2b7202cdf929487b6825aa715 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 22 Feb 2011 12:42:55 +0000 Subject: doxygen: BGE Network, Physics, Rasterizer --- doc/Doxyfile | 5 ++++- doc/doxygen.main | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Doxyfile b/doc/Doxyfile index e122345288d..a7a24c881fc 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -637,7 +637,10 @@ INPUT = doxygen.main \ ../source/gameengine/Expressions \ ../source/gameengine/GameLogic \ ../source/gameengine/GamePlayer \ - ../source/gameengine/Ketsji + ../source/gameengine/Ketsji \ + ../source/gameengine/Rasterizer \ + ../source/gameengine/Network \ + ../source/gameengine/Physics # 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 a24c6d86449..290851c7a9c 100644 --- a/doc/doxygen.main +++ b/doc/doxygen.main @@ -6,6 +6,7 @@ * * These pages document the source code of blender. * + * * For more information on using Blender browse to http://www.blender.org * */ @@ -70,6 +71,30 @@ /** \defgroup ketsjinet Ketsji Network * \ingroup ketsji */ +/** \defgroup bgenet Network + * \ingroup bge + */ +/** \defgroup bgenetlb Loopback Network + * \ingroup bgenet + */ +/** \defgroup phys Physics + * \ingroup bge + */ +/** \defgroup physbullet Bullet Physics + * \ingroup phys + */ +/** \defgroup physdummy Dummy Physics (none) + * \ingroup phys + */ +/** \defgroup bgerast Rasterizer + * \ingroup bge + */ +/** \defgroup bgerastoglfilters OpenGL Filters + * \ingroup bgerast + */ +/** \defgroup bgerastogl OpenGL Rasterizer + * \ingroup bgerast + */ /** \defgroup audaspace Audaspace * \ingroup intern undoc -- cgit v1.2.3