Skip to content
Commit 494888d4 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

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");
     *
     */
parent 615f84a9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment