upm/src/tsl2561/pyupm_tsl2561.i
Noel Eck e003a11723 cmake: added doxygen doc content to python sensor modules
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2015-12-21 16:20:15 -08:00

16 lines
242 B
OpenEdge ABL

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_tsl2561
%include "../upm.i"
%feature("autodoc", "3");
#ifdef DOXYGEN
%include "tsl2561_doc.i"
#endif
%include "tsl2561.h"
%{
#include "tsl2561.h"
%}