diff options
author | Tom Rondeau <tom@trondeau.com> | 2013-11-23 19:58:33 -0500 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2013-11-23 19:58:33 -0500 |
commit | 70e55b3b014c64ee0d6d3e91bbb6c500c028a823 (patch) | |
tree | ca49ee8ac49c9e739a1c329cd3f45cc5e676adec | |
parent | 694c20255c9d08d3732348dabb6080bf2f9ff37b (diff) |
docs: fixed doxygen warning.
-rw-r--r-- | gnuradio-runtime/include/pmt/pmt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnuradio-runtime/include/pmt/pmt.h b/gnuradio-runtime/include/pmt/pmt.h index c4efbfc173..4894527e8a 100644 --- a/gnuradio-runtime/include/pmt/pmt.h +++ b/gnuradio-runtime/include/pmt/pmt.h @@ -370,7 +370,6 @@ PMT_API size_t blob_length(pmt_t blob); /*! * <pre> - * ------------------------------------------------------------------------ * Uniform Numeric Vectors * * A uniform numeric vector is a vector whose elements are all of single @@ -393,7 +392,6 @@ PMT_API size_t blob_length(pmt_t blob); * f64 the C++ type double * c32 the C++ type complex<float> * c64 the C++ type complex<double> - * ------------------------------------------------------------------------ * </pre> */ |