mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
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:
parent
ba8e9c8f9e
commit
861a66e26e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user