| Index: pkg/docgen/lib/src/models/annotation.dart
|
| diff --git a/pkg/docgen/lib/src/models/annotation.dart b/pkg/docgen/lib/src/models/annotation.dart
|
| index 18b0924d36855ddf3acfbe7a552913416f572d9e..95507f75cad5b1db70317942da6e70adbc0b39fe 100644
|
| --- a/pkg/docgen/lib/src/models/annotation.dart
|
| +++ b/pkg/docgen/lib/src/models/annotation.dart
|
| @@ -109,6 +109,6 @@ class ResolvedNodeMirrorFinder extends Unparser {
|
| unparseNodeListFrom(node, node.nodes);
|
| recursionLevel--;
|
| }
|
| - if (node.endToken != null) add(node.endToken.value);
|
| + if (node.endToken != null) write(node.endToken.value);
|
| }
|
| }
|
|
|