You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSDoc / docstrap is stripping out any links which point within the documentation. These were previously handled by relative hash-links (e.g. {@link #dc.coordinateGridMixin+brushOn}) which obviously won't work.
Probably JSDoc has a way to specify links semantically within a body of documentation.
JSDoc / docstrap is stripping out any links which point within the documentation. These were previously handled by relative hash-links (e.g.
{@link #dc.coordinateGridMixin+brushOn}
) which obviously won't work.Probably JSDoc has a way to specify links semantically within a body of documentation.
Follow up to #1086
The text was updated successfully, but these errors were encountered: