aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2015-06-22 14:03:03 -0700
committerNicholas Corgan <nick.corgan@ettus.com>2015-06-22 14:03:17 -0700
commit218d25b004956583c81aa51772f3f199a7179faf (patch)
treeee19d33b277ceb5f1660ee329fc58cab6cd85f68 /host
parent6b64d9bbc1aeed69f885fe342a37acd7610a705f (diff)
downloaduhd-218d25b004956583c81aa51772f3f199a7179faf.tar.gz
uhd-218d25b004956583c81aa51772f3f199a7179faf.tar.bz2
uhd-218d25b004956583c81aa51772f3f199a7179faf.zip
multi_usrp: doxygen fixes
Diffstat (limited to 'host')
-rw-r--r--host/include/uhd/usrp/multi_usrp.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp
index f9c2ee407..8d5dc2e5f 100644
--- a/host/include/uhd/usrp/multi_usrp.hpp
+++ b/host/include/uhd/usrp/multi_usrp.hpp
@@ -1,5 +1,5 @@
//
-// Copyright 2010-2012,2014 Ettus Research LLC
+// Copyright 2010-2012,2014-2015 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -521,7 +521,7 @@ public:
* Once this module is enabled manual gain settings will be ignored.
* The AGC will start in a default configuration which should be good for most use cases.
* Device specific configuration parameters can be found in the property tree.
- * \param on Enable or Disable the AGC
+ * \param enable Enable or Disable the AGC
* \param chan the channel index 0 to N-1
*/
virtual void set_rx_agc(bool enable, size_t chan = 0) = 0;
@@ -546,7 +546,6 @@ public:
* See set_normalized_rx_gain() for a discussion of normalized
* gains.
*
- * \param gain the normalized gain value
* \param chan the channel index 0 to N-1
* \returns The normalized gain (in [0, 1])
* \throws A uhd::runtime_error if the gain value is outside [0, 1].
@@ -817,7 +816,6 @@ public:
* See set_normalized_rx_gain() for a discussion of normalized
* gains.
*
- * \param gain the normalized gain value
* \param chan the channel index 0 to N-1
* \returns The normalized gain (in [0, 1])
* \throws A uhd::runtime_error if the gain value is outside [0, 1].