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-04-05 14:03:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-05 14:03:23 +0400
commit7d4dc4f0f5d34d91703b2219323ef4a3db28a572 (patch)
tree9f5ce9189a950bb355192abc9356ffcf0b2bf70f /source/gameengine/PyDoc/epy_docgen.sh
parentf8cc2725755ae02f9a12ad9a346ddf326533cc3e (diff)
- fixed errors with bge epydocs
- changed epy_docgen.sh so inherited attributes & methods are included inline for each type, removed source option since its not useful and makes the download bigger.
Diffstat (limited to 'source/gameengine/PyDoc/epy_docgen.sh')
-rwxr-xr-xsource/gameengine/PyDoc/epy_docgen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/PyDoc/epy_docgen.sh b/source/gameengine/PyDoc/epy_docgen.sh
index b243101ddcb..ddf39dcc081 100755
--- a/source/gameengine/PyDoc/epy_docgen.sh
+++ b/source/gameengine/PyDoc/epy_docgen.sh
@@ -8,4 +8,4 @@
LC_ALL=POSIX
epydoc --debug -v -o BPY_GE --url "http://www.blender.org" --top GameLogic \
- --name "Blender GameEngine" --no-private --no-frames *.py
+ --name "Blender GameEngine" --no-private --no-frames --no-sourcecode --inheritance=included *.py