我正在使用jsdoc 3.4.3并且我尝试使用@link链接到内部的@typedef,我已经完成了
/**
* @typedef {Object} Color
* @property {string} [attr] - attribute name corresponding to an outcome event
*/
/**
* @typedef {Object} Config
* ..
* ..
* ..
* @property {Color} [l.lC=Color] - coloring specification for the nodes as defined in {@link Color}
* @property {Color} [l.nC=Color] - coloring specification for the links as defined in {@link Color}
*/
这是一个javascript文件的文档。 有些人可以看到问题(或了解@link的已知问题)
答案 0 :(得分:0)
也许是
@see [Color](module-Color.html)
另外,请检查您的配置中是否有cleverLinks和monospaceLinks