summaryrefslogtreecommitdiff
path: root/Examples/octave/module_load/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/octave/module_load/example.i')
-rw-r--r--Examples/octave/module_load/example.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/octave/module_load/example.i b/Examples/octave/module_load/example.i
index fd074d4f2..bd0e39937 100644
--- a/Examples/octave/module_load/example.i
+++ b/Examples/octave/module_load/example.i
@@ -1,5 +1,8 @@
/* File : example.i */
/* module name given on cmdline */
+
+%feature("autodoc", 1);
+
%{
#include "example.h"
%}