Searched refs:DocParser (Results 1 – 9 of 9) sorted by relevance
6 use League\CommonMark\DocParser; global() alias
35 * @var DocParser46 $this->parser = new DocParser();
176 * @param DocParser $parser180 public function __construct(DocParser $parser = null)202 $this->parser = $parser ?: new DocParser();204 $this->preParser = new DocParser;
40 final class DocParser class
91 `Doctrine\Common\Annotations\DocParser::setIgnoredAnnotationNamespaces()`. This will100 * allow skipping non-imported annotations when a custom `DocParser` is passed to105 - [45: DocParser can now ignore whole namespaces](https://github.com/doctrine/annotations/pull/45)