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

epy_docgen.sh « doc « api2_2x « python « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8cbebf82f8dbb16097901a9e70ec6c3daeecaecd (plain)
1
2
3
4
5
6
7
8
9
10
11
# epy_docgen.sh
# generates blender python doc using epydoc
# requires epydoc in your PATH.
# run from the doc directory containing the .py files
# usage:  sh epy_docgen.sh

# set posix locale so regex works properly for [A-Z]*.py
LC_ALL=POSIX

epydoc -v  -o BPY_API --url "http://www.blender.org" --top API_intro \
 --name "Blender" --no-private --no-frames [A-Z]*.py