mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 17:30:01 +03:00
16 lines
250 B
OpenEdge ABL
16 lines
250 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_mpl3115a2
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
#ifdef DOXYGEN
|
|
%include "mpl3115a2_doc.i"
|
|
#endif
|
|
|
|
%include "mpl3115a2.h"
|
|
%{
|
|
#include "mpl3115a2.h"
|
|
%}
|