mirror of
https://github.com/eclipse/upm.git
synced 2025-03-16 21:47:29 +03:00
12 lines
186 B
OpenEdge ABL
12 lines
186 B
OpenEdge ABL
![]() |
// Include doxygen-generated documentation
|
||
|
%include "pyupm_doxy2swig.i"
|
||
|
%module pyupm_wfs
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "wfs.hpp"
|
||
|
%{
|
||
|
#include "wfs.hpp"
|
||
|
%}
|