fix interface documentation

This commit is contained in:
Dimitri Stolnikov 2012-04-28 23:51:00 +02:00
parent 0216d1022b
commit b41c85a2b0
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
/*! \file pimpl.hpp /*! \file osmosdr_pimpl.h
* "Pimpl idiom" (pointer to implementation idiom). * "Pimpl idiom" (pointer to implementation idiom).
* The OSMOSDR_PIMPL_* macros simplify code overhead for declaring and making pimpls. * The OSMOSDR_PIMPL_* macros simplify code overhead for declaring and making pimpls.
* *

View File

@ -190,6 +190,7 @@ public:
/*! /*!
* Select the active antenna of the underlying radio hardware. * 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 * \param chan the channel index 0 to N-1
* \return the actual antenna's name * \return the actual antenna's name
*/ */