Results 16 comments of fab1o

I found out the way. Replacing @class with @typedef

If I use @typedef instead of @class the link works, but the I loose all the documentation of the class including its method, constructor, etc... Is there a way to...

Isn't this already added? I'm raising an issue with this and I don't think it should be added (assuming it's not already): https://github.com/esdoc/esdoc/issues/550

Or following your point here, for argument purposes, `@return` should be removed if `@returns` is added`, because ambiguity causes inconsistency

There's inconsistency even in ESDocs' own source code: https://github.com/esdoc/esdoc/blob/38ad523936d425278cc037c9c0e11338faa2709b/src/Parser/ParamParser.js https://github.com/esdoc/esdoc/blob/master/src/Parser/ParamParser.js Imagine a huge project with thousands of files.

Given that it seems to there're more `@returns` than `@return` in ESDocs own source code. Documentation needs to be updated to support it. And It would be nice if it...