mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 10:20:01 +03:00
14 lines
219 B
OpenEdge ABL
14 lines
219 B
OpenEdge ABL
![]() |
// Include doxygen-generated documentation
|
||
|
%include "pyupm_doxy2swig.i"
|
||
|
%module pyupm_hdc1000
|
||
|
%include "../upm.i"
|
||
|
|
||
|
#ifdef DOXYGEN
|
||
|
%include "hdc1000_doc.i"
|
||
|
#endif
|
||
|
|
||
|
%include "hdc1000.hpp"
|
||
|
%{
|
||
|
#include "hdc1000.hpp"
|
||
|
%}
|