You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to provide links to md files which will output at the end of the description text. If we dont see "http://..." we can just take what the doclet parsed.
The text was updated successfully, but these errors were encountered:
I don't think outputting at the end of the description text is the best implementation. I can see us wanting to include multiple examples throughout the description. Something like this might be better:
/**
* @description Here is a config. You can set it up like this:
* {@example link/to/example.md}
* Or like this:
* {@example link/to/other/example.md}
*/
We should be able to provide links to md files which will output at the end of the description text. If we dont see "http://..." we can just take what the doclet parsed.
The text was updated successfully, but these errors were encountered: