From 7e816642871ad5259330af59f816696500ff66f1 Mon Sep 17 00:00:00 2001 From: Stephen Swaney Date: Sun, 12 Jun 2005 16:20:29 +0000 Subject: [PATCH] remove version number for doc directory name as discussed at today's meeting. Was BPY_API_237, now BPY_API --- source/blender/python/api2_2x/doc/epy_docgen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/python/api2_2x/doc/epy_docgen.sh b/source/blender/python/api2_2x/doc/epy_docgen.sh index 263054bab47..1e12df63fd3 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_237 --url "http://www.blender.org" -t API_intro.py \ +epydoc -o BPY_API --url "http://www.blender.org" -t API_intro.py \ -n "Blender" --no-private --no-frames \ $( ls [A-Z]*.py )