2015-12-16 13:58:11 -08:00
|
|
|
// Include doxygen-generated documentation
|
|
|
|
|
%include "pyupm_doxy2swig.i"
|
2015-06-30 17:38:52 -06:00
|
|
|
%module pyupm_hp20x
|
|
|
|
|
%include "../upm.i"
|
|
|
|
|
|
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
|
|
|
|
|
|
#ifdef DOXYGEN
|
|
|
|
|
%include "hp20x_doc.i"
|
|
|
|
|
#endif
|
|
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "hp20x.hpp"
|
2015-06-30 17:38:52 -06:00
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "hp20x.hpp"
|
2015-06-30 17:38:52 -06:00
|
|
|
%}
|