File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Examples can also be captioned using `<caption></caption>` after the @example ta
39
39
``` js
40
40
/**
41
41
* Solves equations of the form a * x = b
42
- * @example < caption>Example usage of method1. < /caption>
42
+ * @example & lt; caption> Example usage of method1.& lt; / caption>
43
43
* // returns 2
44
44
* globalNS .method1 (5 , 10 );
45
45
* @returns {Number} Returns the value of x for the equation.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ <h2 id="examples">Examples</h2>
55
55
< figure >
56
56
< figcaption > Documenting examples with a caption</ figcaption > < pre class ="prettyprint lang-js "> < code > /**
57
57
* Solves equations of the form a * x = b
58
- * @example < caption > Example usage of method1.< /caption >
58
+ * @example < caption> Example usage of method1.< /caption>
59
59
* // returns 2
60
60
* globalNS.method1(5, 10);
61
61
* @returns {Number} Returns the value of x for the equation.
You can’t perform that action at this time.
0 commit comments