Files
upm/src/flex/pyupm_flex.i

12 lines
189 B
OpenEdge ABL
Raw Normal View History

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