Support for @example annotation of code examples.
Code examples beginning with @example are now automatically converted to
example components. Like so:
/**
* See this example:
*
* @example
* alert("This is a dynamic example");
*
* or this:
*
* alert("That's a static example, no preview available");
*
*/
Loading
Please sign in to comment