Skip to content

Conversation

d-ronnqvist
Copy link
Contributor

on behalf of @binamaniar

  • Explanation: This specifically parses Doxygen @abstract and @breif tags into a DoxygenAbstract so that callers can access this content (assumed to be Markdown).
  • Scope: Parsing of Doxygen @abstract and @breif tags.
  • Issues: rdar://147920933
  • Original PRs: Add support for Doxygen abstract tag  #227
  • Risk: Low. This is isolated to @abstract and @breif tags in markup which weren't supported before.
  • Testing: Automated tests have been added.
  • Reviewers: @QuietMisdreavus @patshaughnessy

* Adding support for abstract headerdoc tag so the methogs or properties with only an abstract retains its documentation

* Adding support for abstract headerdoc tag so the methods or properties with abstract headerdoc tag retains documentation

* adding brief to map to abstract tag
@d-ronnqvist
Copy link
Contributor Author

@swift-ci please test

Copy link
Contributor

@QuietMisdreavus QuietMisdreavus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6.2 is pretty late in convergence, but this change is fairly low-risk given the scope of its additions. I don't mind adding this to the release.

@QuietMisdreavus
Copy link
Contributor

@swift-ci Please test

@d-ronnqvist
Copy link
Contributor Author

6.2 is pretty late in convergence, but this change is fairly low-risk given the scope of its additions. I don't mind adding this to the release.

Agreed. This is pretty late but also low risk.

@d-ronnqvist d-ronnqvist merged commit 3be4e1a into swiftlang:release/6.2 Aug 5, 2025
2 checks passed
@d-ronnqvist d-ronnqvist deleted the cherry-pick-header-doc-abstract-tag-6.2 branch August 5, 2025 10:05
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.

3 participants