From: <ai...@us...> - 2011-01-12 01:11:48
|
Revision: 11487 http://plplot.svn.sourceforge.net/plplot/?rev=11487&view=rev Author: airwin Date: 2011-01-12 01:11:42 +0000 (Wed, 12 Jan 2011) Log Message: ----------- Fix typo that was causing documentation to be ignored for python. Now under python, e.g., print ("%s" % plline.__doc__) gives excellent detailed help results for plline consistent with doc/docbook/src/api.xml. Modified Paths: -------------- trunk/bindings/python/plplotcmodule.i Modified: trunk/bindings/python/plplotcmodule.i =================================================================== --- trunk/bindings/python/plplotcmodule.i 2011-01-12 00:56:04 UTC (rev 11486) +++ trunk/bindings/python/plplotcmodule.i 2011-01-12 01:11:42 UTC (rev 11487) @@ -1293,7 +1293,7 @@ %pybuffer_mutable_string(void * plotmem) #endif -/* %feature commands supporting swig-generated documentation for the bindings. *. +/* %feature commands supporting swig-generated documentation for the bindings. */ %include swig_documentation.i /* swig-compatible PLplot API definitions from here on. */ %include plplotcapi.i This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |