From f293d6d676a1e1a7c2d81364bfb53e15178365c6 Mon Sep 17 00:00:00 2001 From: Casey Corn Date: Sat, 24 May 2003 00:10:39 +0000 Subject: This is the initial commit for the doxygen config file and the file which defines the blender blender mainpage and the major module groups. --- doc/doxygen.main | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 doc/doxygen.main (limited to 'doc/doxygen.main') diff --git a/doc/doxygen.main b/doc/doxygen.main new file mode 100644 index 00000000000..936bc9134a2 --- /dev/null +++ b/doc/doxygen.main @@ -0,0 +1,52 @@ +/** \mainpage Blender + * + * \section intro Introduction + * + * Blender is an integrated 3d package, which features: + * - modeling + * - animation + * - texturing + * - compositing + * - rendering + * - scripting + * - game creation + * + * These pages document the source code of blender. + * + * \section sects Main sections of the blender code + * + * The following sections are the broad categories into which the various modules + * belong. + * + * - \ref mainmodule + * - \ref render + * - \ref meshedit + * - \ref texture + * - \ref compositor + * - \ref scripts + * - \ref gameengine + * + * \section GUI + * - \ref gui + * - \ref hotkeys + * - \ref toolbox + * + * \section Miscellaneous + * - \ref undoc + */ + +/** \defgroup mainmodule Main Module */ +/** \defgroup render Rendering Module */ +/** \defgroup meshedit Mesh Editing Module */ +/** \defgroup texture Textureing */ +/** \defgroup compositor Compositing */ +/** \defgroup scripts Scripting */ +/** \defgroup gameengine Game Engine */ +/** \defgroup gui GUI */ +/** \defgroup hotkeys Hotkeys + * \ingroup gui + */ +/** \defgroup toolbox Toolbox + * \ingroup gui + */ +/** \defgroup undoc Undocumented */ -- cgit v1.2.3