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:
authorStephen Swaney <sswaney@centurytel.net>2005-05-09 18:11:00 +0400
committerStephen Swaney <sswaney@centurytel.net>2005-05-09 18:11:00 +0400
commitf7ba839698cfade3384d820e33357bbfe26c863b (patch)
tree1aca0c964866bf96a064e5ebbf07ba6ad448eabc /source/blender/python/api2_2x/doc
parent34cd733c2b9554671ed1a28a16b8cee3defae0ee (diff)
epy_docgen.sh: change directory name for generated doc to BPY_API_237
for upcoming release. Font.py: fix a couple of warnings about mismatched header underlines.
Diffstat (limited to 'source/blender/python/api2_2x/doc')
-rw-r--r--source/blender/python/api2_2x/doc/Font.py4
-rw-r--r--source/blender/python/api2_2x/doc/epy_docgen.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/doc/Font.py b/source/blender/python/api2_2x/doc/Font.py
index eec857d431d..54167b9c268 100644
--- a/source/blender/python/api2_2x/doc/Font.py
+++ b/source/blender/python/api2_2x/doc/Font.py
@@ -4,7 +4,7 @@
The Blender.Text3d.Font subsubmodule.
Text3d.Font Objects
-==============
+===================
This module provides access to B{Font} objects in Blender.
@@ -45,7 +45,7 @@ def Get (name = None):
class Font:
"""
The Text3d.Font object
- =================
+ ======================
This object gives access Blender's B{Font} objects
@cvar name: The Text3d name.
@cvar filename: The filename of the file loaded into this Text.
diff --git a/source/blender/python/api2_2x/doc/epy_docgen.sh b/source/blender/python/api2_2x/doc/epy_docgen.sh
index 8939a0db000..263054bab47 100644
--- a/source/blender/python/api2_2x/doc/epy_docgen.sh
+++ b/source/blender/python/api2_2x/doc/epy_docgen.sh
@@ -4,6 +4,6 @@
# run from the doc directory containing the .py files
# usage: sh epy_docgen.sh
-epydoc -o BPY_API_236 --url "http://www.blender.org" -t API_intro.py \
+epydoc -o BPY_API_237 --url "http://www.blender.org" -t API_intro.py \
-n "Blender" --no-private --no-frames \
$( ls [A-Z]*.py )