include BLF in automated doc generation

http://www.blender.org/documentation/250PythonDoc/BLF.html
This commit is contained in:
2010-02-28 11:54:48 +00:00
parent 3bbf1917c5
commit fc1cb1670e
2 changed files with 8 additions and 5 deletions

View File

@@ -270,6 +270,7 @@ def rna2sphinx(BASEPATH):
fw(" bpy.props.rst\n\n")
fw(" Mathutils.rst\n\n")
fw(" BLF.rst\n\n")
file.close()
@@ -313,7 +314,9 @@ def rna2sphinx(BASEPATH):
pymodule2sphinx(BASEPATH, "Mathutils", module, "Math Types & Utilities (Mathutils)")
del module
import BLF as module
pymodule2sphinx(BASEPATH, "BLF", module, "Blender Font Drawing (BLF)")
del module
if 0:
filepath = os.path.join(BASEPATH, "bpy.rst")