2016-01-06 15:25:18 -08:00
|
|
|
%module pyupm_hlg150h
|
|
|
|
|
%include "../upm.i"
|
2016-09-29 13:46:20 -07:00
|
|
|
// Include doxygen-generated documentation
|
|
|
|
|
%include "pyupm_doxy2swig.i"
|
2016-01-06 15:25:18 -08:00
|
|
|
|
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "hlg150h.hpp"
|
2016-01-06 15:25:18 -08:00
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "hlg150h.hpp"
|
2016-01-06 15:25:18 -08:00
|
|
|
%}
|