/**
  * The @description and @desc annotations may be used in
  * place of the synopsis (which we call 'description').
  * This is discouraged.
  *
  * @deprecated
  */
 protected function processAlternateDescriptionTag($tag)
 {
     $this->commandInfo->setDescription($this->getTagContents($tag));
 }