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
Adding a @link within an attribute description currently throws:
Error: The TSDocConfiguration does not allow a EmphasisSpan node to contain a node of type LinkTag
It prevents from writing things like:
/** * Indices allowing to retrieve a cell in a cellSet. */exportinterfaceCellIndices{rowIndex: number;columnIndex: number;/** * @deprecated use `rowIndex` and `columnIndex` to retrieve a {@link Cell} from the chart metadata's `cellMatrix`. */cellIndex: number;}
The text was updated successfully, but these errors were encountered:
Adding a
@link
within an attribute description currently throws:It prevents from writing things like:
The text was updated successfully, but these errors were encountered: