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
Adding a scaladoc comment to the start of a template file like the example from the documentation:
@*************************************
* Home page. *
* *
* @param msg The message to display *
*************************************@
@()
generates a scaladoc comment for the apply method of the template. This is correct and expected but it means its not possible to comment on the object.
Given the standard scaladoc formatting an object comment is the best place to document a more complex template, the method comment just doesn't give room for or expect lengthy comments.
The text was updated successfully, but these errors were encountered:
Adding a scaladoc comment to the start of a template file like the example from the documentation:
generates a scaladoc comment for the apply method of the template. This is correct and expected but it means its not possible to comment on the object.
Given the standard scaladoc formatting an object comment is the best place to document a more complex template, the method comment just doesn't give room for or expect lengthy comments.
The text was updated successfully, but these errors were encountered: