ArduCopter: remove @brief from GCS_MAVLINK class's comments because they mess up the mission planner's parsing of parameter descriptions

This commit is contained in:
rmackay9 2013-01-03 00:34:10 +09:00
parent ba8e9c8f9e
commit 861a66e26e
1 changed files with 2 additions and 2 deletions

View File

@ -2077,7 +2077,7 @@ GCS_MAVLINK::_count_parameters()
}
/**
* @brief Send the next pending parameter, called from deferred message
* queued_param_send - Send the next pending parameter, called from deferred message
* handling code
*/
void
@ -2111,7 +2111,7 @@ GCS_MAVLINK::queued_param_send()
}
/**
* @brief Send the next pending waypoint, called from deferred message
* queued_waypoint_send - Send the next pending waypoint, called from deferred message
* handling code
*/
void