diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-12 17:37:43 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-12 17:37:43 -0700 |
commit | 108c5385cabf17c64fe8b7b7a36d9b8ea4d1e73a (patch) | |
tree | fe0988af6a14057556953d4ed2ce03f80ce26ca9 /host | |
parent | 9b10eb85e65eabc85f9869fba13066fd1763eedb (diff) | |
download | uhd-108c5385cabf17c64fe8b7b7a36d9b8ea4d1e73a.tar.gz uhd-108c5385cabf17c64fe8b7b7a36d9b8ea4d1e73a.tar.bz2 uhd-108c5385cabf17c64fe8b7b7a36d9b8ea4d1e73a.zip |
doxygen: Removed warning on dboard_iface
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/usrp/dboard_manager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/usrp/dboard_manager.hpp b/host/include/uhd/usrp/dboard_manager.hpp index 85fa65e81..e07b87ad8 100644 --- a/host/include/uhd/usrp/dboard_manager.hpp +++ b/host/include/uhd/usrp/dboard_manager.hpp @@ -124,7 +124,7 @@ public: * \param gdboard_id the id of the grand-dboard * \param iface the custom dboard interface * \param subtree the subtree to load with props - * \param bool defer initialising the daughterboards + * \param defer_db_init initialising the daughterboards (DEPRECATED) * \return an sptr to the new dboard manager */ static sptr make( |