Skip to content

Scaladoc documentation on external mappings #23103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
charpov opened this issue May 5, 2025 · 0 comments
Open

Scaladoc documentation on external mappings #23103

charpov opened this issue May 5, 2025 · 0 comments

Comments

@charpov
Copy link
Contributor

charpov commented May 5, 2025

The Scaladoc documentation (https://docs.scala-lang.org/scala3/guides/scaladoc/settings.html) states:

Example external mapping is: -external-mappings:.*scala.*::scaladoc3::https://scala-lang.org/api/3.x/,.*java.*::javadoc::https://docs.oracle.com/javase/8/docs/api/

It seems that some slashes are missing and it should read:

Example external mapping is: -external-mappings:.*scala/.*::scaladoc3::https://scala-lang.org/api/3.x/,.*java/.*::javadoc::https://docs.oracle.com/javase/8/docs/api/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants