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:
authorCampbell Barton <ideasman42@gmail.com>2009-05-20 05:11:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-05-20 05:11:56 +0400
commit73904597e9c822fde9ec633db650c9783cf43847 (patch)
tree3a0709e40a5a3d0186d5969b9d49e051163c2d40 /source/gameengine/PyDoc/epy_docgen.sh
parentecacef36829897c1b5d03dffb08f3a4ab7863e9a (diff)
- Added an intro page for the BGE docs rather then using GameLogic
- Added notes on BGE stability and modules - updated some examples to new api syntax - include BGL Mathutils and Geometry modules in docs
Diffstat (limited to 'source/gameengine/PyDoc/epy_docgen.sh')
-rwxr-xr-xsource/gameengine/PyDoc/epy_docgen.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/source/gameengine/PyDoc/epy_docgen.sh b/source/gameengine/PyDoc/epy_docgen.sh
index 0872d2abbbd..dd30256f42f 100755
--- a/source/gameengine/PyDoc/epy_docgen.sh
+++ b/source/gameengine/PyDoc/epy_docgen.sh
@@ -7,5 +7,10 @@
# set posix locale so regex works properly for [A-Z]*.py
LC_ALL=POSIX
-epydoc --debug -v -o BPY_GE --url "http://www.blender.org" --top GameLogic \
- --name "Blender GameEngine" --no-private --no-sourcecode --inheritance=included *.py
+epydoc --debug -v -o BPY_GE --url "http://www.blender.org" --top API_intro \
+ --name "Blender GameEngine" --no-private --no-sourcecode --inheritance=included \
+ *.py \
+ ../../../source/blender/python/api2_2x/doc/BGL.py \
+ ../../../source/blender/python/api2_2x/doc/Mathutils.py \
+ ../../../source/blender/python/api2_2x/doc/Geometry.py
+