-
## steps
https://github.com/sbt/sbt-pgp/tree/7bbc3999472c4b73a649aa6343b3a1497a39b906
checkout sbt-pgp v2.3.0
run `sbt '++ 3.x' doc`
## problem
https://github.com/sbt/sbt-pgp/actions/ru…
-
Using "API reference guides" for lack of a better word describing documentation which is tightly coupled to the implementation but higher level than Scaladoc and Javadoc and more like UNIX man pages c…
jonas updated
8 years ago
-
## steps
* Open https://www.scala-sbt.org/1.x/api/sbt/util/PlainInput.html
* Click on source link "Input.scala"
## problem
* Link 404's
## expectation
* Link links to source on github
…
-
**Is your feature request related to a problem? Please describe.**
In large source files it's sometimes hard to find what I'm looking for. The outline view gives an alphabetic listing, which is gre…
-
Scaladoc is supposed to be able to link to classes of the standard library, as per the documentation (see [https://docs.scala-lang.org/style/scaladoc.html](Scaladoc style guide), section "General Styl…
-
``` scala
package p
private[p] trait T {
/** @template */
type A
}
object O extends T
```
```
$ scaladoc -version
Scaladoc version 2.12.2 -- Copyright 2002-2017, LAMP/EPFL and Lightbe…
Atry updated
10 months ago
-
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…
-
If a scaladoc references e.g. `[[object]]` while using a top-level `import a.b.c.object`, instead of `[[a.b.c.object]]`, this triggers a compiler warning ("unused import") if `object` is not used in …
-
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/develop/CONTRIBUTING.md) guidelines
## steps
```scala
scala> import sbt._
import sbt._
scala> SemanticSelector("
-
**Describe the bug**
The log for GH actions contains warnings and most importantly errors and yet succeeds
```
++ xargs -n 1 -I '{}' bash -c 'mvn -Ddist.jar.compress=false -DskipTests -Dmaven.scalad…