14 lines
215 B
OpenEdge ABL
14 lines
215 B
OpenEdge ABL
|
|
// Include doxygen-generated documentation
|
||
|
|
%include "pyupm_doxy2swig.i"
|
||
|
|
%module pyupm_tmp006
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
#ifdef DOXYGEN
|
||
|
|
%include "tmp006_doc.i"
|
||
|
|
#endif
|
||
|
|
|
||
|
|
%include "tmp006.hpp"
|
||
|
|
%{
|
||
|
|
#include "tmp006.hpp"
|
||
|
|
%}
|