summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-05 17:55:13 -0700
committerJosh Blum <josh@joshknows.com>2010-04-05 17:55:13 -0700
commit57f1f769e5e5bb07a5385955eee9390d0e1de908 (patch)
treea8e844ec12588caef94675b74dd4e050fa1bd963 /host/include
parente4f75a9271cc20702444641a3e8d442e12492c11 (diff)
downloaduhd-57f1f769e5e5bb07a5385955eee9390d0e1de908.tar.gz
uhd-57f1f769e5e5bb07a5385955eee9390d0e1de908.tar.bz2
uhd-57f1f769e5e5bb07a5385955eee9390d0e1de908.zip
some doxygen fixes after merge
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/types/device_addr.hpp2
-rw-r--r--host/include/uhd/types/dict.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/types/device_addr.hpp b/host/include/uhd/types/device_addr.hpp
index 1162884fb..f5dd9371c 100644
--- a/host/include/uhd/types/device_addr.hpp
+++ b/host/include/uhd/types/device_addr.hpp
@@ -32,7 +32,7 @@ namespace uhd{
*
* To narrow down the discovery process to a particular device,
* specify a transport key/value pair specific to your device.
- * Ex, to find a usrp2: my_dev_addr["addr"] = <resolvable_hostname_or_ip>
+ * Ex, to find a usrp2: my_dev_addr["addr"] = [resolvable_hostname_or_ip]
*
* The device address can also be used to pass arguments into
* the transport layer control to set (for example) buffer sizes.
diff --git a/host/include/uhd/types/dict.hpp b/host/include/uhd/types/dict.hpp
index 7fb712e76..22f702575 100644
--- a/host/include/uhd/types/dict.hpp
+++ b/host/include/uhd/types/dict.hpp
@@ -62,7 +62,7 @@ namespace uhd{
/*!
* Get the number of elements in this dict.
- * \param the number of elements
+ * \return the number of elements
*/
std::size_t size(void) const{
return _map.size();