summaryrefslogtreecommitdiff
path: root/Examples/octave/operator/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/octave/operator/example.i')
-rw-r--r--Examples/octave/operator/example.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/octave/operator/example.i b/Examples/octave/operator/example.i
index a2d97731d..7fad8e609 100644
--- a/Examples/octave/operator/example.i
+++ b/Examples/octave/operator/example.i
@@ -1,6 +1,10 @@
/* File : example.i */
%module swigexample
+
+%feature("autodoc", 1);
+
#pragma SWIG nowarn=SWIGWARN_IGNORE_OPERATOR_EQ
+
%{
#include "example.h"
%}