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:
@ -5,10 +5,6 @@
|
||||
%include "../carrays_int16_t.i"
|
||||
%include "stdint.i"
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "curieupm_doc.i"
|
||||
#endif
|
||||
|
||||
%typemap(out) int16_t* {
|
||||
$result = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_int16Array, 0 | 0 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user