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