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