Closed j-f1 closed 10 months ago
@swift-ci please test
- The “Checking license headers” check failed but I don’t understand why. It looks like my headers are well-formed? It wants me to change them to say “Copyright (c) YEARS”
This issue should be fixed by #160. After it gets merged, you can rebase/merge main to give it a try.
I remember we used to check ./bin/test
result on CI. But it does not now.
It means we can merge PR when ./bin/test
result fails.
cc @franklinsch @shahmishal
GitHub accidentally closes this after #160 gets merged. Reopened it. Sorry for the inconvenience.
@swift-ci please test
@swift-ci please test
Bug/issue #, if applicable: Related to rdar://116077012
Summary
This PR adds support for parsing the Doxygen
@discussion
and@note
tags. See also: https://github.com/apple/swift-docc/pull/798Dependencies
None; the PR to
swift-docc
depends on this PR.Testing
I’ve added basic automated tests, but am open to adding more!
Checklist
Make sure you check off the following items. If they cannot be completed, provide a reason.
./bin/test
script and it succeeded