|
From: <ai...@us...> - 2009-08-13 20:01:37
|
Revision: 10246
http://plplot.svn.sourceforge.net/plplot/?rev=10246&view=rev
Author: airwin
Date: 2009-08-13 20:01:31 +0000 (Thu, 13 Aug 2009)
Log Message:
-----------
Temporarily exclude plslabelfunc from lua bindings until that function is
enabled properly in those bindings.
Modified Paths:
--------------
trunk/bindings/swig-support/plplotcapi.i
Modified: trunk/bindings/swig-support/plplotcapi.i
===================================================================
--- trunk/bindings/swig-support/plplotcapi.i 2009-08-13 19:57:21 UTC (rev 10245)
+++ trunk/bindings/swig-support/plplotcapi.i 2009-08-13 20:01:31 UTC (rev 10246)
@@ -762,9 +762,11 @@
pltr_func pltr,
PLPointer SWIG_OBJECT_DATA);
+#if !defined(SWIG_LUA)
%feature("autodoc", "Set up a user-provided custom labeling function") plslabelfunc;
void
plslabelfunc(label_func lf, PLPointer data);
+#endif
%feature("autodoc", "Set up lengths of major tick marks.") plsmaj;
void
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|