-
## 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/…
-
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…
-
In the scaladoc for [`NoArg`](http://doc.scalatest.org/2.2.0/index.html#org.scalatest.fixture.NoArg):
- method `evaluating` in trait Matchers is deprecated.
- The _"throw when made with the wrong name…
-
We want to be able to render math expression in our docs (Scaladoc as well as Laika docs), like PyTorch does with [MathJax](https://www.mathjax.org/):
![image](https://user-images.githubusercontent…
-
-
On the sidebar of page https://oss.sonatype.org/service/local/repositories/public/archive/org/scalameta/quasiquotes_2.12/1.7.0/quasiquotes_2.12-1.7.0-javadoc.jar/!/scala/meta/quasiquotes/index.html
,…
-
Request for Enhancement: Scaladoc 2: Filter deprecated members
1. Add another filter to the Ordering/Inherited/Visibility/Impl. filters that hides/shows deprecated members.
2. Default that filter to…
-
- when disambiguating between members the signatures should be post-processed to enable copy-paste:
```scala
Link.scala:22: warning: The link target "scala.concurrent.ExecutionContext$.fromExecut…
-
I recently switched from using JavaDoc `{@link ...}` syntax in my ScalaDoc comments to using ScalaDoc `[[..]]` syntax, after learning that genjavadoc transforms ScalaDoc links into JavaDoc links. Howe…
hawkw updated
4 years ago
-
The [documentation for Scaladoc](https://wiki.scala-lang.org/display/SW/Tags+and+Annotations) expressly states that multiple @note tags are supported. However, there are several problems when multiple…