Skip to content

Conversation

d-ronnqvist
Copy link
Contributor

@d-ronnqvist d-ronnqvist commented Aug 5, 2025

on behalf of @binamaniar

  • Explanation: This turns parsed Doxygen/HeaderDoc @abstract and @breif into normal paragraphs (assumed to contain Markdown content).
  • Scope: Parsing of Doxygen/HeaderDoc @abstract and @breif tags.
  • Issues: rdar://147920933
  • Original PRs: Add support for abstract Headerdoc tag #1215
  • 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

Note this depend on swiftlang/swift-markdown#235 which is merged as swiftlang/swift-markdown@3be4e1a and referenced in the updated Package.resolved file (here).

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

* changes after merging swift markdown changes
@d-ronnqvist d-ronnqvist requested a review from franklinsch August 5, 2025 10:16
@d-ronnqvist
Copy link
Contributor Author

@swift-ci please test

@d-ronnqvist d-ronnqvist merged commit 558118d 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 11:38
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