mozilla / sphinx-js

Autodoc-style extraction into Sphinx for your JS project
https://pypi.python.org/pypi/sphinx-js/
MIT License
282 stars 81 forks source link

Conversion from @see {@link foo} to @see :js:func:`foo` is not working in sphinx-js while {@link foo} to :js:func:`foo` is working fine. #114

Open balicse01 opened 5 years ago

balicse01 commented 5 years ago

{@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

erikrose commented 5 years ago

Inline tags, like @see and @tutorial, are not supported at the moment. I would be happy to take a patch, however.