pydoc: add full generation of pydoc for pymaa
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
%module(docstring="Python interface to libmaa") pymaa
|
||||
%feature("autodoc", "1");
|
||||
|
||||
%rename("%(strip:[maa_])s") "";
|
||||
|
||||
%feature("autodoc", "1");
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include maa_doc.i
|
||||
%include gpio_doc.i
|
||||
%include i2c_doc.i
|
||||
%include pwm_doc.i
|
||||
#endif
|
||||
|
||||
%include ../maa.i
|
||||
|
||||
Reference in New Issue
Block a user