mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 07:04:14 +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:
		| @@ -3,10 +3,6 @@ | ||||
| %module pyupm_am2315 | ||||
| %include "../upm.i" | ||||
|  | ||||
| #ifdef DOXYGEN | ||||
| %include "am2315_doc.i" | ||||
| #endif | ||||
|  | ||||
| %include "am2315.hpp" | ||||
| %{ | ||||
|     #include "am2315.hpp" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Noel Eck
					Noel Eck