Commit e9825c8
fix(theme): restore schemaExpansion JSDoc by moving hideGeneratedSnippets
The previous placement inserted hideGeneratedSnippets between the
existing schemaExpansion JSDoc and its declaration, which orphaned the
schemaExpansion documentation (TypeScript binds JSDoc to the next
declaration; stacked JSDoc blocks only attach the second). Move
hideGeneratedSnippets to the end of the api block so each field keeps
its own documentation.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 6c1c5fd commit e9825c8
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 45 | | |
55 | 46 | | |
56 | 47 | | |
| |||
61 | 52 | | |
62 | 53 | | |
63 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments