mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41: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:
@ -6,10 +6,6 @@
|
||||
|
||||
%include "stdint.i"
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "bmp280_doc.i"
|
||||
#endif
|
||||
|
||||
%include "iModuleStatus.hpp"
|
||||
%include "iHumiditySensor.hpp"
|
||||
%include "iPressureSensor.hpp"
|
||||
|
Reference in New Issue
Block a user