summaryrefslogtreecommitdiff
path: root/Examples/octave/functor/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/octave/functor/example.i')
-rw-r--r--Examples/octave/functor/example.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/octave/functor/example.i b/Examples/octave/functor/example.i
index ade20c56c..0c21a8ed6 100644
--- a/Examples/octave/functor/example.i
+++ b/Examples/octave/functor/example.i
@@ -1,6 +1,7 @@
/* File : example.i */
%module swigexample
+%feature("autodoc", 1);
%inline %{
// From B. Strousjoup, "The C++ Programming Language, Third Edition", p. 514