doxygen: fix doxygen generation and inital pydoc generation
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
%module pyupm_hmc5883l
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "hmc5883l_doc.i"
|
||||
#endif
|
||||
|
||||
%include "hmc5883l.h"
|
||||
%{
|
||||
#include "hmc5883l.h"
|
||||
%}
|
||||
|
||||
%include "hmc5883l.h"
|
||||
|
||||
Reference in New Issue
Block a user