Skip to content

feat(docs): enhance documentation generation with JSON tags and inline references#200

Merged
raphael merged 1 commit into
v3from
feat/docs_json_tags
Sep 13, 2025
Merged

feat(docs): enhance documentation generation with JSON tags and inline references#200
raphael merged 1 commit into
v3from
feat/docs_json_tags

Conversation

@raphael
Copy link
Copy Markdown
Member

@raphael raphael commented Sep 13, 2025

  • Introduced support for using JSON struct tags as field names in generated documentation by adding UseJSONTags() DSL function.
  • Added functionality to inline $ref schemas in JSON output with InlineRefs() DSL function.
  • Updated README.md to reflect new features and usage instructions.
  • Refactored code in generate.go, generate_test.go, and new dsl and expr packages to support these features.
  • Improved test coverage for new functionalities in documentation generation.

…e references

- Introduced support for using JSON struct tags as field names in generated documentation by adding `UseJSONTags()` DSL function.
- Added functionality to inline `$ref` schemas in JSON output with `InlineRefs()` DSL function.
- Updated README.md to reflect new features and usage instructions.
- Refactored code in `generate.go`, `generate_test.go`, and new `dsl` and `expr` packages to support these features.
- Improved test coverage for new functionalities in documentation generation.
@raphael raphael merged commit 694ddee into v3 Sep 13, 2025
5 checks passed
@raphael raphael deleted the feat/docs_json_tags branch September 13, 2025 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant