[Bf-committers] [14738] trunk/blender/source/blender/ python/api2_2x/doc/epy_docgen.sh: more shell script tweaking.

Stephen Swaney sswaney at centurytel.net
Thu May 8 21:29:11 CEST 2008


On Thu, May 08, 2008 at 09:13:48PM +0200, GSR wrote:
> Hi,
> sswaney at centurytel.net (2008-05-08 at 0046.20 +0200):
> > -epydoc  -o BPY_API --url "http://www.blender.org" --top API_intro.py \
> > - --name "Blender" --no-private --no-frames \
> > -$( ls [A-Z]*.py )
> > +epydoc -v  -o BPY_API --url "http://www.blender.org" --top API_intro \
> > + --name "Blender" --no-private --no-frames [A-Z]*.py 
> 
> Does it work with epydoc before v3?

It works with the 2.1 version I was previously using.

I tested the script against epydoc 2.1 and 3.0.1.

Using epydoc 3.0.1 gives some warnings, mostly about places where
we have abused the markup language, like
	Warning: u'type' expected a single argument

As far as I can tell, the script works with both versions.
(counter examples welcome!)

-- 
Stephen Swaney			
sswaney at centurytel.net



More information about the Bf-committers mailing list