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