summaryrefslogtreecommitdiff
path: root/usrp/host/lib/legacy/usrp_basic.h
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2009-05-22 16:11:15 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2009-05-22 16:11:15 +0000
commited236703145cb56e7e69c5605c5fbf01a1ab3878 (patch)
tree5d60748c9548b39aa2de4b45a99edabc3f155f0c /usrp/host/lib/legacy/usrp_basic.h
parentb0bb34bafba903f06c7c9021739a316f5d76eaf7 (diff)
doc fixes! work-in-progress
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11085 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/lib/legacy/usrp_basic.h')
-rw-r--r--usrp/host/lib/legacy/usrp_basic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usrp/host/lib/legacy/usrp_basic.h b/usrp/host/lib/legacy/usrp_basic.h
index 2caac7b665..f77b9adc9d 100644
--- a/usrp/host/lib/legacy/usrp_basic.h
+++ b/usrp/host/lib/legacy/usrp_basic.h
@@ -57,6 +57,7 @@ enum txrx_t {
/*!
* \brief abstract base class for usrp operations
+ * \ingroup usrp
*/
class usrp_basic : boost::noncopyable
{
@@ -764,6 +765,7 @@ public:
/*!
* \brief class for accessing the receive side of the USRP
+ * \ingroup usrp
*/
class usrp_basic_rx : public usrp_basic
{
@@ -871,6 +873,7 @@ public:
/*!
* \brief class for accessing the transmit side of the USRP
+ * \ingroup usrp
*/
class usrp_basic_tx : public usrp_basic
{