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
A special type of cross-references can be created with @aside tag to easily link relevant guide, video or example from class documentation:
/**
* @class MyClass
*
* A class documentation with links to extra materials.
*
* @aside guide using-myclass
* @aside video myclass-tutorial
* @aside example myclassexample
*/
All these resources are referenced by the name defined in their corresponding JSON config file. See the Advanced Usage guide for details.