Support inline @return for method descriptions in Scaladoc #18549
mbovel
started this conversation in
Feature Requests
Replies: 1 comment
-
To say something out of scope, I have hoped for the doc tool to support analyzing natural language code comments, so that
suffices. A thesis in this area would benefit generations upon generations. The highly formalized Javadoc style is clearly a dead form. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://docs.scala-lang.org/scala3/guides/scaladoc/docstrings.html states:
But there is currently no technic to reuse the function description in the return description.
Javadoc has a solution for this:
Should we support this in Scaladoc?
Beta Was this translation helpful? Give feedback.
All reactions