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
path: root/doc
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-22 19:12:12 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-22 19:12:12 +0300
commit5e41760a15d2243242efea4ee92aefc8b3104db4 (patch)
tree2175b3088b825c6503d159f07e8450733e49b177 /doc
parent32c13137f585c91ad05528a20e8bce3f37bb7bd8 (diff)
doxygen: add bullet to extern libs, some small changes in page names, and fixes around license blocks
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile3
-rw-r--r--doc/doxygen.main14
2 files changed, 15 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index a7a24c881fc..e2928537fe7 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -640,7 +640,8 @@ INPUT = doxygen.main \
../source/gameengine/Ketsji \
../source/gameengine/Rasterizer \
../source/gameengine/Network \
- ../source/gameengine/Physics
+ ../source/gameengine/Physics \
+ ../extern/bullet2
# 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 290851c7a9c..7f03753d82d 100644
--- a/doc/doxygen.main
+++ b/doc/doxygen.main
@@ -6,7 +6,11 @@
*
* 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
*
*/
@@ -35,6 +39,11 @@
* folder are updated.
*
*/
+
+/** \defgroup bullet Bullet Physics Library
+ * \ingroup extern
+ */
+
/** \defgroup blenderplayer Blender Player */
/** \defgroup render Rendering */
@@ -121,7 +130,10 @@
/** \defgroup data DNA, RNA and .blend access*/
-/** \defgroup GHOST GHOST API */
+/** \defgroup GHOST GHOST API
+ * \ingroup intern GUI
+ * \ref GHOSTPage
+ */
/** \defgroup gpu GPU */