Open
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