|
From: <and...@us...> - 2011-01-07 21:29:04
|
Revision: 11450
http://plplot.svn.sourceforge.net/plplot/?rev=11450&view=rev
Author: andrewross
Date: 2011-01-07 21:28:57 +0000 (Fri, 07 Jan 2011)
Log Message:
-----------
Enable inclusion of the function type parameters in auto-generated documentation (for python and octave),
Modified Paths:
--------------
trunk/bindings/swig-support/plplotcapi.i
Modified: trunk/bindings/swig-support/plplotcapi.i
===================================================================
--- trunk/bindings/swig-support/plplotcapi.i 2011-01-07 21:19:38 UTC (rev 11449)
+++ trunk/bindings/swig-support/plplotcapi.i 2011-01-07 21:28:57 UTC (rev 11450)
@@ -240,6 +240,8 @@
#define SWIG_OBJECT_DATA_img OBJECT_DATA_img
#endif
+%feature( "autodoc", "1" );
+
#ifdef SWIG_PYTHON
// Non-common API that are included here because they traditionally
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|