mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
12 lines
212 B
OpenEdge ABL
12 lines
212 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_grovemoisture
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "grovemoisture.h"
|
|
%{
|
|
#include "grovemoisture.h"
|
|
%}
|