fix: fix scaladoc warnings across all modules#1120
Merged
Conversation
deff2a0 to
34dd73b
Compare
pjfanning
reviewed
Jul 6, 2026
Motivation: The project had ~130 scaladoc warnings about unresolvable links, ambiguous overloads, and incorrect package prefixes across http-core, http, http-testkit, and other modules. Modification: - Replace unresolvable [[...]] links with backtick-quoted code for external types - Fix incorrect package prefixes (pekko. -> org.apache.pekko.) - Resolve ambiguous overload links using backtick-quoted code - Restore full package path in EnhancedString#secure_== references Result: All scaladoc warnings are resolved. No functional changes. Tests: Not run - docs only References: None - scaladoc cleanup
34dd73b to
20784a4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[[...]]links with backtick-quoted code for external typespekko.→org.apache.pekko.)Test plan
sbt doccompletes with 0 warnings