Skip to content

Commit

Permalink
this changed!
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed May 15, 2023
1 parent 4c0eece commit dcec8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docs-json/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"path": "src/components/my-component/my-component.tsx"
},
"src/components/interfaces.ts::Pie": {
"declaration": "export interface Pie {\n type: 'pumpkin' | 'apple' | 'pecan';\n name: string;\n diameter: number;\n}",
"declaration": "export interface Pie {\n /**\n * What flavor of pie, hmm?\n *\n * This JSDoc should show up in the 'declaration' field in the JSON output.\n */\n type: 'pumpkin' | 'apple' | 'pecan';\n name: string;\n diameter: number;\n}",
"docstring": "Interface that should be included",
"path": "src/components/interfaces.ts"
},
Expand Down

0 comments on commit dcec8ce

Please sign in to comment.