Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxygen.main')
-rw-r--r--doc/doxygen.main52
1 files changed, 52 insertions, 0 deletions
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 */