mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
12 lines
197 B
OpenEdge ABL
12 lines
197 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_guvas12d
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "guvas12d.h"
|
|
%{
|
|
#include "guvas12d.h"
|
|
%}
|