[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28018] branches/soc-2008-mxcurioni/source /blender/python/doc/sphinx_doc_gen.py: Added an entry for the documentation of the Freestyle Python API.

Tamito KAJIYAMA rd6t-kjym at asahi-net.or.jp
Mon Apr 5 23:09:45 CEST 2010


Hi,

I just committed a fix for a minor bug in sphinx_doc_gen.py within
the Freestyle branch.  This fix also applies to the trunk.

Hope this helps,

-- 
KAJIYAMA, Tamito <rd6t-kjym at asahi-net.or.jp>


----- Original Message ----- 
From: "Tamito Kajiyama" <rd6t-kjym at asahi-net.or.jp>
To: <bf-blender-cvs at blender.org>
Sent: Monday, April 05, 2010 10:06 PM
Subject: [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28018] branches/soc-2008-mxcurioni/source 
/blender/python/doc/sphinx_doc_gen.py: Added an entry for the documentation of the Freestyle Python API.


> Revision: 28018
>          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28018
> Author:   kjym3
> Date:     2010-04-05 23:06:32 +0200 (Mon, 05 Apr 2010)
>
> Log Message:
> -----------
> Added an entry for the documentation of the Freestyle Python API.
> Also fixed a minor bug in sphinx_doc_gen.py that raised a TypeError
> when a C extension function does not have a docstring.
>
> Modified Paths:
> --------------
>    branches/soc-2008-mxcurioni/source/blender/python/doc/sphinx_doc_gen.py
>
> Modified: branches/soc-2008-mxcurioni/source/blender/python/doc/sphinx_doc_gen.py
> ===================================================================
> --- branches/soc-2008-mxcurioni/source/blender/python/doc/sphinx_doc_gen.py 2010-04-05 18:34:18 UTC (rev 28017)
> +++ branches/soc-2008-mxcurioni/source/blender/python/doc/sphinx_doc_gen.py 2010-04-05 21:06:32 UTC (rev 28018)
> @@ -129,7 +129,7 @@
>         fw("\n")
>     else:
>         fw(ident + ".. function:: %s()\n\n" % identifier)
> -        fw(ident + "   Undocumented function.\n\n" % identifier)
> +        fw(ident + "   Undocumented function.\n\n") 



More information about the Bf-committers mailing list