mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 15:37:28 +03:00
13 lines
142 B
OpenEdge ABL
13 lines
142 B
OpenEdge ABL
![]() |
%module pyupm_grove
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
#ifdef DOXYGEN
|
||
|
%include "grove_doc.i"
|
||
|
#endif
|
||
|
|
||
|
%include "grove.h"
|
||
|
%{
|
||
|
#include "grove.h"
|
||
|
%}
|