From 8c8ae3dedf0da0c3ea8e15b37a1f57a856d89206 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Mon, 21 Feb 2011 06:58:46 +0000 Subject: doxygen: entry for gpu, modifiers, nodes, python and render --- doc/Doxyfile | 6 +++++- doc/doxygen.main | 39 ++++++++++++++------------------------- 2 files changed, 19 insertions(+), 26 deletions(-) (limited to 'doc') diff --git a/doc/Doxyfile b/doc/Doxyfile index 8bf8de71edc..83b5188ff41 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -626,7 +626,11 @@ INPUT = doxygen.main \ ../source/blender/blenloader \ ../source/blender/readblenfile \ ../source/blender/blenkernel \ - ../source/blender/blenlib + ../source/blender/blenlib \ + ../source/blender/render \ + ../source/blender/nodes \ + ../source/blender/modifiers \ + ../source/blender/gpu # 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 201596c0e7a..e8927c8ffc1 100644 --- a/doc/doxygen.main +++ b/doc/doxygen.main @@ -8,31 +8,6 @@ * * For more information on using Blender browse to http://www.blender.org * - * \section sects Main sections of the blender code - * - * The following sections are the broad categories into which the various modules - * belong. - * - * - \ref render - * - \ref meshedit - * - \ref texture - * - \ref compositor - * - \ref scripts - * - \ref gameengine - * - \ref data - * - * \section GUI - * - \ref gui - * - * \section libraries Libraries and Wrappers - * - \ref GHOST - * - \ref imbuf - * - \ref audaspace - * - \ref DNA - * - \ref RNA - * - * \section Miscellaneous - * - \ref undoc */ /** \defgroup intern Internal libraries @@ -65,6 +40,10 @@ /** \defgroup scripts Scripting */ +/** \defgroup python Python + * \ingroup scripts + */ + /** \defgroup gameengine Game Engine */ /** \defgroup audaspace Audaspace @@ -82,10 +61,20 @@ * \ingroup core */ +/** \defgroup nodes nodes + * \ingroup core + */ + +/** \defgroup modifiers modifiers + * \ingroup core + */ + /** \defgroup data DNA, RNA and .blend access*/ /** \defgroup GHOST GHOST API */ +/** \defgroup gpu GPU */ + /** \defgroup DNA sDNA * \ingroup data */ -- cgit v1.2.3