You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's a bit odd that the documentation specifies "[...] several custom filters and tags specific to Scala[...]" and then doesn't mention anything about that.
From what I can tell from the [source code](https://github.com/lampepfl/dotty/blob/0632405ae487233709c9c6af6d83ff03db7f7bce/scaladoc/src/dotty/tools/scaladoc/site/StaticSiteContext.scala#L113-L115), the only Scala specific things being provided are the `projectTitle` and `projectVersion`.
I think it's useful to document the existence of this variables. Especially `projectVersion`, which can be used to automatically generate `sbt`/`mill`/`maven`/... coordinates.
0 commit comments