protected function doAnnotationEnd()
 {
     parent::doAnnotationEnd();
     if (!$this->isSectionOpened()) {
         $this->leaveContentBlock('annotation');
     }
 }