Add Scaladoc @link and wiki-style link examples#3266
Open
Dev-CodeBox wants to merge 8 commits intoscala:mainfrom
Open
Add Scaladoc @link and wiki-style link examples#3266Dev-CodeBox wants to merge 8 commits intoscala:mainfrom
Dev-CodeBox wants to merge 8 commits intoscala:mainfrom
Conversation
…3260) * Add pattern matching explanation to string interpolation page I had a lot of trouble finding documentation about this subject, so here is my contribution towards making it better ! * Make difference between built-in and custom interpolator clearer * Rewrite scala 3 example using extension methods
* Mention Array in Scala 3 collections documentation * Remove Vector mention from Array update example
* Release Scala API docs for 3.8.1 * Fix failing build due to missing attribute in the scala3-book/string-interpolation
* Add custom control structures section to Scala 3 book * Docs: add Scala 2 example and optimisation note for custom control structures * Docs: fix tabs configuration for Scala 2/3 examples * Docs: fix Scala 2/3 tab code fences for repeat example * Docs: fix tabs structure for Scala 2/3 repeat example * Docs: fix Scala 2/3 tab code fences for repeat example * Docs: fix Scala 2/3 tabs for repeat example * Docs: fix tabs configuration for Scala 2/3 examples * Docs: fix Scala 3 only tab for boundary example
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.
This PR adds a new section to Scaladoc for Library Authors documenting how to link to other symbols using the @link tag and wiki-style links ([[...]]).
It includes clear, minimal examples for linking to Java and Scala types, helping library authors understand and use symbol linking correctly in Scaladoc.