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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:46:25 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:46:25 +0300
commit1af13dea622eb230d488219b368ca721ad41b858 (patch)
tree520476777604c19f295dbb634bf0998793938955 /doc/doxygen/doxygen.main
parent5fe1c42575027d3965467f57b10002132e40aed1 (diff)
move doxygen files into own subdir.
Diffstat (limited to 'doc/doxygen/doxygen.main')
-rw-r--r--doc/doxygen/doxygen.main19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/doxygen/doxygen.main b/doc/doxygen/doxygen.main
new file mode 100644
index 00000000000..188382d6a9c
--- /dev/null
+++ b/doc/doxygen/doxygen.main
@@ -0,0 +1,19 @@
+/** \mainpage Blender
+ *
+ * \section intro Introduction
+ *
+ * Blender is an integrated 3d package.
+ *
+ * These pages document the source code of blender.
+ *
+ * \subsection implinks Important Links
+ * - <a href="http://projects.blender.org">projects.blender.org</a> with <a href="http://projects.blender.org/tracker/index.php?group_id=9&atid=498">bug tracker</a>
+ * - <a href="http://wiki.blender.org/index.php/Dev:Contents">Development documents</a> on our wiki.
+ *
+ * \subsection blother Other
+ * For more information on using Blender browse to http://www.blender.org
+ *
+ */
+
+/** \defgroup undoc Undocumented
+ * \brief Modules and libraries that are still undocumented, or lacking proper integration into the doxygen system, are marked in this group. */