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
packageio.gitlab.mypackage.componentsobjectTools:/**I've documented this tool*/defsharedTool= println("hello world")
defnonSharedTool= println("i don't get shared")
in syntax.scala
packageio.gitlab.mypackageexportTools.sharedTool
Output
Scala doc shows sharedTool as an export to mypackage, but no documentation, and clicking it doesn't take you to the documentation that's available in components.Tools.
Expectation
Documentation should not be lost on exported definitions.
asAsciiChar is an exported extension method on char. There's no documentation, no link to the original definition. The original definition is documented.
The text was updated successfully, but these errors were encountered:
markehammons
changed the title
Scaladoc doesn't transfer or link documentation for export
Scaladoc doesn't transfer or link documentation for exports
Jan 25, 2022
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
3.1.0
Minimized code
in
syntax.scala
Output
Scala doc shows sharedTool as an export to mypackage, but no documentation, and clicking it doesn't take you to the documentation that's available in components.Tools.
Expectation
Documentation should not be lost on exported definitions.
You can look at the docs here: https://mhammons.gitlab.io/slinc/io/gitlab/mhammons/slinc.html#AsciiChar-0
asAsciiChar is an exported extension method on char. There's no documentation, no link to the original definition. The original definition is documented.
The text was updated successfully, but these errors were encountered: