forked from sdr/gr-osmosdr
fix interface documentation
parent
0216d1022b
commit
b41c85a2b0
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
/*! \file pimpl.hpp
|
||||
/*! \file osmosdr_pimpl.h
|
||||
* "Pimpl idiom" (pointer to implementation idiom).
|
||||
* The OSMOSDR_PIMPL_* macros simplify code overhead for declaring and making pimpls.
|
||||
*
|
||||
|
|
|
@ -190,6 +190,7 @@ public:
|
|||
|
||||
/*!
|
||||
* Select the active antenna of the underlying radio hardware.
|
||||
* \param antenna name of the antenna to be selected
|
||||
* \param chan the channel index 0 to N-1
|
||||
* \return the actual antenna's name
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue