Skip to content

feat(tool): emit inheritdoc for documented mapper interface members (#565)#969

Open
leno23 wants to merge 1 commit into
MapsterMapper:developmentfrom
leno23:docs/inheritdoc-mapper-interface-565-dev
Open

feat(tool): emit inheritdoc for documented mapper interface members (#565)#969
leno23 wants to merge 1 commit into
MapsterMapper:developmentfrom
leno23:docs/inheritdoc-mapper-interface-565-dev

Conversation

@leno23
Copy link
Copy Markdown

@leno23 leno23 commented May 25, 2026

Summary

  • Mapster.Tool reads XML documentation from mapper interfaces and emits <inheritdoc/> on generated mapper class members when docs exist.
  • Adds XmlDocumentationReader and regression test coverage.

Fixes #565

Test plan

  • Added WhenGeneratingMapperWithDocumentation test
  • CI green on development

Made with Cursor

When generating mapper implementations from interfaces with XML
documentation, include /// <inheritdoc /> on the corresponding generated
members so documentation flows to the implementation class.

Fixes MapsterMapper#565

Co-authored-by: Cursor <cursoragent@cursor.com>
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