Files
upm/src/ehr/pyupm_ehr.i

12 lines
186 B
OpenEdge ABL
Raw Normal View History

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