diff options
Diffstat (limited to 'gr-howto-write-a-block-cmake/swig/howto_swig.i')
-rw-r--r-- | gr-howto-write-a-block-cmake/swig/howto_swig.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-howto-write-a-block-cmake/swig/howto_swig.i b/gr-howto-write-a-block-cmake/swig/howto_swig.i index 52100057c..bc2563cd7 100644 --- a/gr-howto-write-a-block-cmake/swig/howto_swig.i +++ b/gr-howto-write-a-block-cmake/swig/howto_swig.i @@ -4,6 +4,10 @@ %include "gnuradio.i" // the common stuff +//load generated python docstrings +%include "howto_swig_doc.i" + + %{ #include "howto_square_ff.h" #include "howto_square2_ff.h" |