diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-05-22 16:11:15 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-05-22 16:11:15 +0000 |
commit | ed236703145cb56e7e69c5605c5fbf01a1ab3878 (patch) | |
tree | 5d60748c9548b39aa2de4b45a99edabc3f155f0c /gr-usrp | |
parent | b0bb34bafba903f06c7c9021739a316f5d76eaf7 (diff) |
doc fixes! work-in-progress
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11085 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-usrp')
-rw-r--r-- | gr-usrp/src/usrp_sink_c.h | 4 | ||||
-rw-r--r-- | gr-usrp/src/usrp_sink_s.h | 4 | ||||
-rw-r--r-- | gr-usrp/src/usrp_source_c.h | 6 | ||||
-rw-r--r-- | gr-usrp/src/usrp_source_s.h | 4 |
4 files changed, 14 insertions, 4 deletions
diff --git a/gr-usrp/src/usrp_sink_c.h b/gr-usrp/src/usrp_sink_c.h index 32be5e8bb7..59ebace381 100644 --- a/gr-usrp/src/usrp_sink_c.h +++ b/gr-usrp/src/usrp_sink_c.h @@ -44,7 +44,9 @@ usrp_make_sink_c (int which_board=0, /*! - * \brief interface to Universal Software Radio Peripheral Tx path (Rev 1) + * \brief Interface to Universal Software Radio Peripheral Tx path + * \ingroup usrp + * \ingroup sink_blk * * input: gr_complex */ diff --git a/gr-usrp/src/usrp_sink_s.h b/gr-usrp/src/usrp_sink_s.h index 17352a5af7..f23b86125b 100644 --- a/gr-usrp/src/usrp_sink_s.h +++ b/gr-usrp/src/usrp_sink_s.h @@ -43,7 +43,9 @@ usrp_make_sink_s (int which_board=0, ) throw (std::runtime_error); /*! - * \brief interface to Universal Software Radio Peripheral Tx path (Rev 1) + * \brief Interface to Universal Software Radio Peripheral Tx path + * \ingroup usrp + * \ingroup sink_blk * * input: short */ diff --git a/gr-usrp/src/usrp_source_c.h b/gr-usrp/src/usrp_source_c.h index 39a282b8da..3fb04d6574 100644 --- a/gr-usrp/src/usrp_source_c.h +++ b/gr-usrp/src/usrp_source_c.h @@ -48,7 +48,11 @@ usrp_make_source_c (int which_board=0, ) throw (std::runtime_error); /*! - * \brief interface to Universal Software Radio Peripheral Rx path (Rev 1) + * \brief Interface to Universal Software Radio Peripheral Rx path + * \ingroup usrp + * \ingroup source_blk + * + * output: 1 stream of complex<float> */ class usrp_source_c : public usrp_source_base { private: diff --git a/gr-usrp/src/usrp_source_s.h b/gr-usrp/src/usrp_source_s.h index 6f7f98b2b4..9118b4e0f4 100644 --- a/gr-usrp/src/usrp_source_s.h +++ b/gr-usrp/src/usrp_source_s.h @@ -48,7 +48,9 @@ usrp_make_source_s (int which_board=0, ) throw (std::runtime_error); /*! - * \brief interface to Universal Software Radio Peripheral Rx path (Rev 1) + * \brief Interface to Universal Software Radio Peripheral Rx path + * \ingroup usrp + * \ingroup source_blk * * output: 1 stream of short */ |