mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00
11 lines
200 B
OpenEdge ABL
11 lines
200 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_moisture
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "moisture.hpp"
|
|
%{
|
|
#include "moisture.hpp"
|
|
%} |