upm/src/a110x/pyupm_a110x.i

12 lines
192 B
OpenEdge ABL
Raw Normal View History

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