-
### Is your feature request related to a problem? Please describe.
I am working with unmanaged jars that :
- don't provide sources
- provide only classes and javadocs (compiled from scala 3)
- …
-
Scaladoc link syntax errors are being reported as occurring on line 182 but they occur on later lines.
!https://issues.scala-lang.org/secure/attachment/16904/Source-Scaladoc-error-reporting.png!
…
-
`-sourcepath` should be a `-Y` setting, it's only used for compiling the standard library.
A separate flag should be added for Scaladoc, to support `-doc-source-url`.
Apply the same change to Sc…
-
https://doc.akka.io/api/akka-http/current/akka/http/scaladsl/model/FormData$.html does not show the fromPath method.
-
## reproduction steps
https://www.scala-lang.org/api/current/scala/collection/mutable/Stack.html sorts `top` after `toVector` as reported on https://contributors.scala-lang.org/t/scaladoc-ordering/…
-
## Compiler version
3.0.0-RC1
## Minimized code
The code I’m interested in is this scaladoc:
```Scala
/**
* Newton’s Method for solving equations.
* @param fx The equation to solve.
…
-
If you have the following configuration, the format of _ScalaDoc_-style comments (two leading spaces prior to the asterisk) will be approved by the `ScalaDocChecker`, but rejected by the `IndentationC…
-
## Compiler version
3.2.1-RC1-bin-20220805-e560c2d-NIGHTLY
## Problem
```
def [
-
Proposals for further development of Snippet Compiler inside Scaladoc:
1. Add a way to hide pieces of code inside snippet with possibility to reveal it.
2. Add flags to indicate if snippet shoul…
-
As more stuff gets moved directly under `io.finch`, its API docs are getting a little unwieldy. It'd be nice to make prioritization traits `private[finch]` so they don't show up in the docs (their met…