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