mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c686e7ea30
Now the visitor will find the last jsdoc style comment (e.g. `/** jsdoc comment */`) before the current code item, ignoring any inline style comments (e.g. `// inline comment`) in between. Closes #1072