/**
  * Format documentation data for one route.
  *
  * @param ApiDoc $annotation
  *                           return string|array
  */
 public function formatOne(ApiDoc $annotation)
 {
     return $this->formatter->formatOne($annotation);
 }