mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
docs: Added space to swig interface include
Documentation script was failing when parsing swig file. Added a space in the ads1x15 java swig file to make the doc parser happy. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
b7faba556f
commit
cfb4105dd8
@ -2,7 +2,7 @@
|
||||
%include "../upm.i"
|
||||
|
||||
#if SWIG_VERSION >= 0x030009
|
||||
%include"../interfaces/javaupm_iADC.i"
|
||||
%include "../interfaces/javaupm_iADC.i"
|
||||
#endif
|
||||
|
||||
%include "typemaps.i"
|
||||
|
Loading…
x
Reference in New Issue
Block a user