From cfb4105dd8b556880fbaf76c70d19b142c253e24 Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Fri, 3 Mar 2017 10:11:25 -0800 Subject: [PATCH] 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 --- src/ads1x15/javaupm_ads1x15.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ads1x15/javaupm_ads1x15.i b/src/ads1x15/javaupm_ads1x15.i index 9f7d86ad..08b9694a 100644 --- a/src/ads1x15/javaupm_ads1x15.i +++ b/src/ads1x15/javaupm_ads1x15.i @@ -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"