Skip to content

Commit 72b4054

Browse files
committed
Update @includeCode example
Ref: #2786
1 parent 110b081 commit 72b4054

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/tags/include.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@ selecting the syntax highlighting language.
2020
/**
2121
* {@include ./doSomething_docs.md}
2222
*
23+
* Quick start:
24+
* {@includeCode ../examples/doSomethingQuickStart.ts}
25+
*
2326
* @example
27+
* This will only work if the jsdocCompatibility.exampleTag option is false
2428
* {@includeCode ../test/doSomething.test.ts}
2529
*/
2630
function doSomething() {}
2731
```
32+
33+
## See Also
34+
35+
- The [jsdocCompatibility](../options/comments.md#jsdoccompatibility) option.

0 commit comments

Comments
 (0)