mirror of
https://github.com/eclipse/upm.git
synced 2025-03-18 14:37:29 +03:00
15 lines
215 B
OpenEdge ABL
15 lines
215 B
OpenEdge ABL
![]() |
// Include doxygen-generated documentation
|
||
|
%include "pyupm_doxy2swig.i"
|
||
|
%module pyupm_vcap
|
||
|
%include "../upm.i"
|
||
|
%include "std_string.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "vcap.hpp"
|
||
|
%{
|
||
|
#include "vcap.hpp"
|
||
|
%}
|
||
|
|
||
|
|