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:
@ -13,10 +13,6 @@
|
||||
$result = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_floatArray, 0 | 0 );
|
||||
}
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "adxl345_doc.i"
|
||||
#endif
|
||||
|
||||
%include "adxl345.hpp"
|
||||
%{
|
||||
#include "adxl345.hpp"
|
||||
|
Reference in New Issue
Block a user