pydoc: Removed include for sensor specific _doc.i files

There is a single monolithic .i file which provides documentation for
the python methods.  The per-sensor flow is not used.  Removing for now,
may investigate implementing a per-sensor doc.i file again in the future.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2018-01-18 13:56:24 -08:00
parent 36ebd15abc
commit f64060b9d2
39 changed files with 0 additions and 156 deletions

View File

@ -3,10 +3,6 @@
%module pyupm_mma8x5x
%include "../upm.i"
#ifdef DOXYGEN
%include "mma8x5x_doc.i"
#endif
%include "mma8x5x.hpp"
%{
#include "mma8x5x.hpp"