~diresu/blender/blender-command-port

« back to all changes in this revision

Viewing changes to doc/doxygen.main

  • Committer: theeth
  • Date: 2008-10-14 16:52:04 UTC
  • Revision ID: vcs-imports@canonical.com-20081014165204-r32w2gm6s0osvdhn
copy back trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/** \mainpage Blender
 
2
 *
 
3
 * \section intro Introduction
 
4
 *
 
5
 * Blender is an integrated 3d package, which features:
 
6
 *  - modeling
 
7
 *  - animation
 
8
 *  - texturing
 
9
 *  - compositing
 
10
 *  - rendering
 
11
 *  - scripting
 
12
 *  - game creation
 
13
 *
 
14
 * These pages document the source code of blender.
 
15
 *
 
16
 * \section sects Main sections of the blender code
 
17
 *
 
18
 *  The following sections are the broad categories into which the various modules
 
19
 *  belong.
 
20
 *
 
21
 *  - \ref mainmodule
 
22
 *  - \ref render
 
23
 *  - \ref meshedit
 
24
 *  - \ref texture
 
25
 *  - \ref compositor
 
26
 *  - \ref scripts
 
27
 *  - \ref gameengine
 
28
 *
 
29
 * \section GUI
 
30
 *  - \ref gui
 
31
 *  - \ref hotkeys
 
32
 *  - \ref toolbox
 
33
 *
 
34
 * \section Libraries and Wrappers
 
35
 *  - GHOST API: \ref GHOST_C-api.h
 
36
 *  - \ref imbuf
 
37
 *
 
38
 * \section Miscellaneous
 
39
 *  - \ref undoc
 
40
 */
 
41
 
 
42
/** \defgroup mainmodule Main Module */
 
43
/** \defgroup defaultconfig Default and Configuration
 
44
 *  \ingroup mainmodule
 
45
 */
 
46
 
 
47
/** \defgroup render Rendering Module */
 
48
/** \defgroup meshedit Mesh Editing Module */
 
49
/** \defgroup texture Textureing */
 
50
/** \defgroup compositor Compositing */
 
51
/** \defgroup scripts Scripting */
 
52
/** \defgroup gameengine Game Engine */
 
53
 
 
54
/** \defgroup gui GUI */
 
55
/** \defgroup hotkeys Hotkeys
 
56
 *  \ingroup gui
 
57
 */
 
58
/** \defgroup toolbox Toolbox
 
59
 *  \ingroup gui
 
60
 */
 
61
 
 
62
/** \defgroup imbuf IMage Buffer */
 
63
/** \defgroup undoc Undocumented */