Accept slash as <namepath>
Closed this issue · 6 comments
Constellation commented
spawn from eslint/eslint#1598.
Doctrine rejects the following comments.
/**
* Base component implementation.
*
* @constructor
* @extends module:stb/emitter~Emitter
*/
This is because doctrine doesn't support
/
as namepath@extends <namepath>
syntax
nzakas commented
Any plans to fix this?
morlay commented
When i try to fix this, I found it is not easy to cover all available chars for path.
maybe we can discuss that, which special char can be use in path,
space char
is not allowed, that will change too much things.
and now, lodash(_), dash(-) , blackslash() and slash(/) can be used,
dot(.) should be allowed, too.
and any others ?
nzakas commented
@Constellation are you still planning on fixing this?
Constellation commented
I'll check it.