12 lines
197 B
OpenEdge ABL
12 lines
197 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_groveemg
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "groveemg.h"
|
|
%{
|
|
#include "groveemg.h"
|
|
%}
|