JSDoc Tutorials offer some advantages over Doclets articles:
- Ability to link to tutorial from API documentation via
@tutorial tag
- Ability to link to API documentation from tutorial via
{@link} tag
- Support for a JSON file to specify an order and even a hierarchy for the tutorial index
If I understand the code correctly, Doclets uses its own Markdown parser to create articles. Would it be possible to add support for JSDoc tutorials?
JSDoc Tutorials offer some advantages over Doclets articles:
@tutorialtag{@link}tagIf I understand the code correctly, Doclets uses its own Markdown parser to create articles. Would it be possible to add support for JSDoc tutorials?