doxygen: fix doxygen generation and inital pydoc generation

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-30 18:43:32 +01:00
parent 21991e3598
commit edf88ef6a7
4 changed files with 496 additions and 20 deletions

View File

@@ -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"