docs(x-ref links): Change links to use dgeni syntax

Closes #1440
This commit is contained in:
Naomi Black
2015-04-17 13:01:07 -07:00
committed by Misko Hevery
parent 64ad74acbe
commit 5c25248582
51 changed files with 259 additions and 249 deletions

View File

@ -200,7 +200,7 @@ class Html5LibDomAdapter implements DomAdapter {
String tagName(element) => element.localName;
attributeMap(element) {
// `attributes` keys can be [AttributeName]s.
// `attributes` keys can be {@link AttributeName}s.
var map = <String, String>{};
element.attributes.forEach((key, value) {
map['$key'] = value;