1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-958 and OP-977: remove doxygen keyword "note" when empty.

This commit is contained in:
Mathieu Rondonneau 2013-06-03 07:49:14 -07:00
parent 4cba7fa7c1
commit 43f6b18895

View File

@ -54,8 +54,6 @@ USBMonitor *USBMonitor::m_instance = 0;
/**
* \brief Device event received
*
* \note
*
*/
void USBMonitor::deviceEventReceived()
{
@ -67,8 +65,6 @@ void USBMonitor::deviceEventReceived()
/**
* \brief Get the instance of the USBMONITOR
*
* \note
*
* \return instance
*/
USBMonitor *USBMonitor::instance()
@ -80,8 +76,6 @@ USBMonitor *USBMonitor::instance()
/**
* \brief Constructor
*
* \note
*
*/
USBMonitor::USBMonitor(QObject *parent) : QThread(parent)
{
@ -100,8 +94,6 @@ USBMonitor::USBMonitor(QObject *parent) : QThread(parent)
/**
* \brief Destructor
*
* \note
*
*/
USBMonitor::~USBMonitor()
{
@ -117,8 +109,6 @@ USBMonitor::~USBMonitor()
/**
* \brief return the device that matches the describtion
*
* \note
*
* \param[in] vid
* \param[in] pid
* \param[in] bcddeviceMSN Board model
@ -190,8 +180,6 @@ void USBMonitor::setUpNotifications()
/**
* \brief filter out the windows signal we don't want to handle
*
* \note
*
* \param[in] wParam event
* \param[out] lParam interface
* \return status.
@ -217,8 +205,6 @@ LRESULT USBMonitor::onDeviceChangeWin(WPARAM wParam, LPARAM lParam)
/**
* \brief re-root windows event for any device changes in the system
*
* \note
*
* \param[in] message
* \param[out] result Broadcast that we took care of the event, if it is not the case, let the Widget know it so it can handle it instead.
* \return status.
@ -245,7 +231,7 @@ bool USBRegistrationWidget::winEvent(MSG *message, long *result)
/**
* \brief filter out the device based on information and populate to be added
*
* \note Called from pooling during startup and from device plug/unplug windows signal
* \note Triggered from device plug/unplug windows signal
*
* \param[in] deviceID The device that triggered the event
* \param[in] guid Device class
@ -327,8 +313,6 @@ bool USBMonitor::matchAndDispatchChangedDevice(const QString & deviceID, const G
/**
* \brief Get the list of currently handled devices
*
* \note
*
* \return QList
* \retval List of handled devices
*/