12 lines
222 B
OpenEdge ABL
12 lines
222 B
OpenEdge ABL
|
|
// Include doxygen-generated documentation
|
||
|
|
%include "pyupm_doxy2swig.i"
|
||
|
|
%module pyupm_abpdrrt005pg2a5
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
%include "abpdrrt005pg2a5.hpp"
|
||
|
|
%{
|
||
|
|
#include "abpdrrt005pg2a5.hpp"
|
||
|
|
%}
|