Skip to content

Fix typo: suports -> supports #18215

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

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Fix typo: suports -> supports #18215

merged 1 commit into from
Jul 17, 2023

Conversation

mkurz
Copy link
Contributor

@mkurz mkurz commented Jul 15, 2023

Also a question:
Will scaladoc support .scala files in foreseeable future? Scala 2 scaladoc does support that, so actually I am wondering why dottydoc does not... AFAIK it only supports tasty and jar files.

@nicolasstucki
Copy link
Contributor

The scaladoc tool will not consume the .scala files directly. It will always consume TASTy files that contain all the information needed for the documentation to be generated. In the case of doc generation, it is the build tools job to call the compiler to generate TASTy that the doctool will use.

@nicolasstucki nicolasstucki merged commit 2753a17 into scala:main Jul 17, 2023
@mkurz mkurz deleted the typo_suports branch July 17, 2023 09:37
@Kordyjan Kordyjan added this to the 3.4.0 milestone Aug 2, 2023
Kordyjan added a commit that referenced this pull request Dec 8, 2023
Backports #18215 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
@Kordyjan Kordyjan modified the milestones: 3.4.0, 3.3.2 Dec 14, 2023
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