Open balicse01 opened 5 years ago
{@link foo} to :js:func:foo // working fine Result: foo()
foo
@see {@link foo} to @see :js:func:foo // not working as per expectaion Result : See also :js:func:foo
Inline tags, like @see and @tutorial, are not supported at the moment. I would be happy to take a patch, however.
{@link foo} to :js:func:
foo
// working fine Result: foo()@see {@link foo} to @see :js:func:
foo
// not working as per expectaion Result : See also :js:func:foo