Files
upm/src/linefinder/pyupm_linefinder.i

12 lines
207 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_linefinder
%include "../upm.i"
%feature("autodoc", "3");
%include "linefinder.hpp"
%{
#include "linefinder.hpp"
%}