mirror of https://github.com/ArduPilot/ardupilot
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
|
* handling code
|
||||||
*/
|
*/
|
||||||
void
|
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
|
* handling code
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue