diff options
author | Martin Braun | 2013-01-25 15:43:02 +0100 |
---|---|---|
committer | Martin Braun | 2013-01-25 17:03:49 +0100 |
commit | f24128ea9036f68e61ff9350ce86ec619f9ae286 (patch) | |
tree | 471a35e5354836da1fc173626a4829d2d2e2b310 /gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i | |
parent | a62f90d8cc96b9dea9289ad6e420d1c0b16f6c36 (diff) | |
download | gnuradio-f24128ea9036f68e61ff9350ce86ec619f9ae286.tar.gz gnuradio-f24128ea9036f68e61ff9350ce86ec619f9ae286.tar.bz2 gnuradio-f24128ea9036f68e61ff9350ce86ec619f9ae286.zip |
utils: modtool now installs an example dir instead of the bz2
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" + +%{ +%} + + |