mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 15:37:28 +03:00
14 lines
162 B
OpenEdge ABL
14 lines
162 B
OpenEdge ABL
![]() |
%module pyupm_hp20x
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
#ifdef DOXYGEN
|
||
|
%include "hp20x_doc.i"
|
||
|
#endif
|
||
|
|
||
|
%include "hp20x.h"
|
||
|
%{
|
||
|
#include "hp20x.h"
|
||
|
%}
|