mirror of
https://github.com/eclipse/upm.git
synced 2025-03-16 21:47:29 +03:00
13 lines
221 B
OpenEdge ABL
13 lines
221 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_rf22
|
|
%include "../upm.i"
|
|
%include "../carrays_uint8_t.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "rf22.hpp"
|
|
%{
|
|
#include "rf22.hpp"
|
|
%}
|