2015-12-16 13:58:11 -08:00
|
|
|
// Include doxygen-generated documentation
|
|
|
|
|
%include "pyupm_doxy2swig.i"
|
2014-12-10 16:17:15 -07:00
|
|
|
%module pyupm_a110x
|
|
|
|
|
%include "../upm.i"
|
|
|
|
|
|
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "a110x.hpp"
|
2014-12-10 16:17:15 -07:00
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "a110x.hpp"
|
2014-12-10 16:17:15 -07:00
|
|
|
%}
|