diff options
Diffstat (limited to 'gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i')
-rw-r--r-- | gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i b/gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i new file mode 100644 index 000000000..4627d48d3 --- /dev/null +++ b/gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i @@ -0,0 +1,13 @@ +/* -*- c++ -*- */ + +#define HOWTO_API + +%include "gnuradio.i" // the common stuff + +//load generated python docstrings +%include "howto_swig_doc.i" + +%{ +%} + + |