summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i
diff options
context:
space:
mode:
authorJohnathan Corgan2013-02-12 20:07:52 -0800
committerJohnathan Corgan2013-02-12 20:07:52 -0800
commit6cfa483a0414683c7edca812cca19198d7c2f724 (patch)
treed32154cfc4cc19cb080cc92f78b3d6487ecfaa9a /gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i
parent5e98721cb56d10d38ea65aa405399e2f9c4e6056 (diff)
parentd83d461c68a53e6ac6652ef53384698d13cdb8ed (diff)
downloadgnuradio-6cfa483a0414683c7edca812cca19198d7c2f724.tar.gz
gnuradio-6cfa483a0414683c7edca812cca19198d7c2f724.tar.bz2
gnuradio-6cfa483a0414683c7edca812cca19198d7c2f724.zip
Merge remote-tracking branch 'martin/grmodtool'
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"
+
+%{
+%}
+
+