mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 09:49:59 +03:00
12 lines
216 B
OpenEdge ABL
12 lines
216 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_grovemoisture
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "grovemoisture.hpp"
|
|
%{
|
|
#include "grovemoisture.hpp"
|
|
%}
|