diff options
author | Tom Rondeau | 2011-11-27 17:02:33 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-11-27 17:02:33 -0500 |
commit | b1b20afb9e864ab9109dab2f081af38f7f2b7ae7 (patch) | |
tree | cfc0218de760e8a28cf03f6a9f54ccfa8d0c5027 /gr-shd/swig/shd_swig.i | |
parent | 07bed9fa807f63fb155c6cbe1439e5871f4914dd (diff) | |
download | gnuradio-b1b20afb9e864ab9109dab2f081af38f7f2b7ae7.tar.gz gnuradio-b1b20afb9e864ab9109dab2f081af38f7f2b7ae7.tar.bz2 gnuradio-b1b20afb9e864ab9109dab2f081af38f7f2b7ae7.zip |
docs: added python doxygen docs to gr-shd
Diffstat (limited to 'gr-shd/swig/shd_swig.i')
-rw-r--r-- | gr-shd/swig/shd_swig.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-shd/swig/shd_swig.i b/gr-shd/swig/shd_swig.i index 217b2f1af..4ff200ec6 100644 --- a/gr-shd/swig/shd_swig.i +++ b/gr-shd/swig/shd_swig.i @@ -26,6 +26,9 @@ #define GR_SHD_API +//load generated python docstrings +%include "shd_swig_doc.i" + //////////////////////////////////////////////////////////////////////// // Language independent exception handler //////////////////////////////////////////////////////////////////////// |