summaryrefslogtreecommitdiff
path: root/Examples/octave/class/example.i
blob: 52e9fd3bf8d1c6ef713b0d4ab0efab71eea7c47f (plain)
1
2
3
4
5
6
7
8
9
10
11
/* File : example.i */
%module swigexample

%feature("autodoc", 1);

%{
#include "example.h"
%}

/* Let's just grab the original header file here */
%include "example.h"