diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-12-04 11:12:51 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-12-04 11:12:51 -0500 |
commit | f536b394f20ef88b426bf4bb6e9b69f6efb9847e (patch) | |
tree | 028cfc4ad01e166fee9e8870dffb5ad86d131dc0 /gruel/src/swig/pmt_swig.i | |
parent | d6ca16e2cf39c0063655d47d772a82e1103a2400 (diff) |
docs: install gruel swig docs and other swig files into include/gruel/swig instead of include/gnuradio/swig.
Diffstat (limited to 'gruel/src/swig/pmt_swig.i')
-rw-r--r-- | gruel/src/swig/pmt_swig.i | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gruel/src/swig/pmt_swig.i b/gruel/src/swig/pmt_swig.i index afc80433ac..0c937edfcb 100644 --- a/gruel/src/swig/pmt_swig.i +++ b/gruel/src/swig/pmt_swig.i @@ -55,14 +55,6 @@ } -/*! - * \brief this is a test function. - * - * this is only a test. - */ -bool test_pmt_is_symbol(void); - - // Template intrusive_ptr for Swig to avoid dereferencing issues namespace pmt{ class pmt_base; |