Skip to content

Commit

Permalink
Merge pull request #1464 from samchon/doc/default
Browse files Browse the repository at this point in the history
Fix samchon/nestia#1063: no `@default` comment tag support.
  • Loading branch information
samchon authored Jan 23, 2025
2 parents f60aa0f + 8529d48 commit 4b4525c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions website/pages/docs/json/schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ If you write any comment on a property, it would fill the `IJsonSchema.descripti
- `@hidden`
- `@internal`
- `@title {string}`
- `@default {value}`

Let's see how those [type tags](../validators/tags/#type-tags), comment tags and description comments are working with example code.

Expand Down Expand Up @@ -183,7 +182,6 @@ interface Special {
*
* @exclusiveMinimum 19
* @maximum 100
* @default 30
*/
number?: number;

Expand Down
2 changes: 0 additions & 2 deletions website/pages/docs/llm/schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ If you write any comment on a property, it would fill the `IJsonSchema.descripti
- `@hidden`
- `@internal`
- `@title {string}`
- `@default {value}`

Let's see how those [type tags](../validators/tags/#type-tags), comment tags and description comments are working with example code.

Expand Down Expand Up @@ -496,7 +495,6 @@ interface Special {
*
* @exclusiveMinimum 19
* @maximum 100
* @default 30
*/
number?: number;

Expand Down
2 changes: 0 additions & 2 deletions website/pages/docs/llm/strategy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,6 @@ interface Special {
*
* @exclusiveMinimum 19
* @maximum 100
* @default 30
*/
number?: number;

Expand Down Expand Up @@ -1160,7 +1159,6 @@ If you write any comment on a property, it would fill the `IJsonSchema.descripti
- `@hidden`
- `@internal`
- `@title {string}`
- `@default {value}`
Let's see how those [type tags](../validators/tags/#type-tags), comment tags and description comments are working with example code.
Expand Down

0 comments on commit 4b4525c

Please sign in to comment.