Stop adding ObjectEvent links manually
Now that the links are removed from event annotations, we no longer need to do this, because inheritance works.
This commit is contained in:
@@ -24,9 +24,6 @@ exports.defineTags = function(dictionary) {
|
|||||||
if (!doclet.fires) {
|
if (!doclet.fires) {
|
||||||
doclet.fires = [];
|
doclet.fires = [];
|
||||||
}
|
}
|
||||||
if (doclet.fires.indexOf('{@link ol.ObjectEvent} ol.event:ObjectEvent') === -1) {
|
|
||||||
doclet.fires.push('{@link ol.ObjectEvent} ol.event:ObjectEvent');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -25,9 +25,6 @@ exports.defineTags = function(dictionary) {
|
|||||||
if (!doclet.fires) {
|
if (!doclet.fires) {
|
||||||
doclet.fires = [];
|
doclet.fires = [];
|
||||||
}
|
}
|
||||||
if (doclet.fires.indexOf('{@link ol.ObjectEvent} ol.event:ObjectEvent') === -1) {
|
|
||||||
doclet.fires.push('{@link ol.ObjectEvent} ol.event:ObjectEvent');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user