mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
14 lines
166 B
OpenEdge ABL
14 lines
166 B
OpenEdge ABL
![]() |
%module pyupm_am2315
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
#ifdef DOXYGEN
|
||
|
%include "am2315_doc.i"
|
||
|
#endif
|
||
|
|
||
|
%include "am2315.h"
|
||
|
%{
|
||
|
#include "am2315.h"
|
||
|
%}
|