mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +03:00
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:
@ -3,10 +3,6 @@
|
||||
%module pyupm_mma8x5x
|
||||
%include "../upm.i"
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "mma8x5x_doc.i"
|
||||
#endif
|
||||
|
||||
%include "mma8x5x.hpp"
|
||||
%{
|
||||
#include "mma8x5x.hpp"
|
||||
|
Reference in New Issue
Block a user