mirror of
https://github.com/eclipse/upm.git
synced 2025-06-10 07:10:22 +03:00
13 lines
219 B
OpenEdge ABL
13 lines
219 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_mb704x
|
|
%include "../upm.i"
|
|
%include "std_string.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "mb704x.hpp"
|
|
%{
|
|
#include "mb704x.hpp"
|
|
%}
|