mirror of
https://github.com/eclipse/upm.git
synced 2025-06-10 07:10:22 +03:00
16 lines
238 B
OpenEdge ABL
16 lines
238 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_si114x
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
#ifdef DOXYGEN
|
|
%include "si114x_doc.i"
|
|
#endif
|
|
|
|
%include "si114x.h"
|
|
%{
|
|
#include "si114x.h"
|
|
%}
|