mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 08:27:31 +03:00
11 lines
192 B
OpenEdge ABL
11 lines
192 B
OpenEdge ABL
![]() |
// Include doxygen-generated documentation
|
||
|
%include "pyupm_doxy2swig.i"
|
||
|
%module pyupm_mb704x
|
||
|
%include "../upm.i"
|
||
|
%include "std_string.i"
|
||
|
|
||
|
%include "mb704x.hpp"
|
||
|
%{
|
||
|
#include "mb704x.hpp"
|
||
|
%}
|