summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i
diff options
context:
space:
mode:
authorMartin Braun2013-01-25 15:43:02 +0100
committerMartin Braun2013-01-25 17:03:49 +0100
commitf24128ea9036f68e61ff9350ce86ec619f9ae286 (patch)
tree471a35e5354836da1fc173626a4829d2d2e2b310 /gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i
parenta62f90d8cc96b9dea9289ad6e420d1c0b16f6c36 (diff)
downloadgnuradio-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.i13
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"
+
+%{
+%}
+
+