-
Supposing the following implementation:
```scala
package example
import simulacrum.typeclass
/**
* My formatter
*
* @tparam A
*/
@typeclass trait Show[A] {
/**
* Formats…
-
Currently, we simply pass through any html tags from source to the documentation. @xuwei-k pointed out that this could be unsafe (say, someone puts a `` tag with malicious content in a scaladoc commen…
-
I keep finding that I'm defining the same Scaladoc macros at the beginning of each class/object/trait definition. For instance, I like to use a macro for the name of the project that puts the name in…
-
Not sure if this is a bug in scaladoc, or an error in the comment in the source.
See the f method in http://www.scala-lang.org/api/current/index.html#scala.StringContext - the note is in between th…
-
We should have a way to say that all members in a trait have a certain group instead of manually tagging each. And we should be able to override the inherited members' groups in a single command:
`…
-
#3695 added support for Scaladoc links to methods. This is to support links to constructors.
-
This is a followup of #5054.
-
```scala
$ sbt doc > doc.out
```
```scala
19:39 $ grep 'Could not find any member to link' doc.out |grep -v java
[warn] /home/jdb/workspaces/main/scala-review/src/reflect/scala/reflect/internal/Sy…
-
``` html
AsyncFunSpec is intended to enable users of FunSpec to write
```
This is obviously a C&P error.
-
The Scaladocs for scalaz (the [latest](https://oss.sonatype.org/service/local/repositories/snapshots/archive/org/scalaz/scalaz_2.11/7.2.0-SNAPSHOT/scalaz_2.11-7.2.0-SNAPSHOT-javadoc.jar/!/index.html#s…