*[PHPDocBasics](https://phpstan.org/writing-php-code/phpdocs-basics) (list of PHPDoc tags)
*[PHPDocTypes](https://phpstan.org/writing-php-code/phpdoc-types) (list of PHPDoc types)
*[phpdoc-parserAPIReference](https://phpstan.github.io/phpdoc-parser/2.1.x/namespace-PHPStan.PhpDocParser.html) with all the AST node types etc.
Thisparseralsosupportsparsing[DoctrineAnnotations](https://github.com/doctrine/annotations). The AST nodes live in the [PHPStan\PhpDocParser\Ast\PhpDoc\Doctrine namespace](https://phpstan.github.io/phpdoc-parser/2.1.x/namespace-PHPStan.PhpDocParser.Ast.PhpDoc.Doctrine.html).