-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-output-sizeIssues related to dartdoc's sometimes unreasonable output size.Issues related to dartdoc's sometimes unreasonable output size.customer-google3Issues originating from or important to AngularIssues originating from or important to Angulartype-code-healthInternal changes to our tools and workflows to make them cleaner, simpler, or more maintainableInternal changes to our tools and workflows to make them cleaner, simpler, or more maintainabletype-performanceIssues related to slow dartdoc generation.Issues related to slow dartdoc generation.
Description
In applying dartdoc to Angular 2 code (beta.17), the generated index.json
contains 124 duplicate entries. Here is one example of a repeated entry:
{
"name": "hashCode",
"qualifiedName": "server.Html5LibDomAdapter.hashCode",
"href": "server/Html5LibDomAdapter/hashCode.html",
"type": "property",
"enclosedBy": {
"name": "Html5LibDomAdapter",
"type": "class"
}
},
Given that the top-level JSON object is an array (and not a map), it would be nice if those entries were unique.
/cc @kwalrath
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-output-sizeIssues related to dartdoc's sometimes unreasonable output size.Issues related to dartdoc's sometimes unreasonable output size.customer-google3Issues originating from or important to AngularIssues originating from or important to Angulartype-code-healthInternal changes to our tools and workflows to make them cleaner, simpler, or more maintainableInternal changes to our tools and workflows to make them cleaner, simpler, or more maintainabletype-performanceIssues related to slow dartdoc generation.Issues related to slow dartdoc generation.