mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 08:27:31 +03:00
12 lines
195 B
OpenEdge ABL
12 lines
195 B
OpenEdge ABL
![]() |
// Include doxygen-generated documentation
|
||
|
%include "pyupm_doxy2swig.i"
|
||
|
%module pyupm_rotary
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "rotary.hpp"
|
||
|
%{
|
||
|
#include "rotary.hpp"
|
||
|
%}
|