mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 07:27:29 +03:00
13 lines
208 B
OpenEdge ABL
13 lines
208 B
OpenEdge ABL
![]() |
// Include doxygen-generated documentation
|
||
|
%include "pyupm_doxy2swig.i"
|
||
|
%module pyupm_h803x
|
||
|
%include "../upm.i"
|
||
|
%include "stdint.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "h803x.h"
|
||
|
%{
|
||
|
#include "h803x.h"
|
||
|
%}
|