private property DocParser::$isNestedAnnotation

Flag to control if the current annotation is nested or not.

Type: boolean

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php, line 75

Class

DocParser
A parser for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

private $isNestedAnnotation = false;