Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaladoc omits @author #4014

Closed
scabug opened this issue Nov 20, 2010 · 4 comments
Closed

Scaladoc omits @author #4014

scabug opened this issue Nov 20, 2010 · 4 comments

Comments

@scabug
Copy link

scabug commented Nov 20, 2010

As of 2.8.1, scaladoc doesn't process the @author tags. Try for instance

/** A template.
 * 
 *  @author The Author
 */
trait Foo

invoking scaladoc by

scaladoc -d out -dependencyfile .scala_dependencies -classpath bin Foo.scala
@scabug
Copy link
Author

scabug commented Nov 20, 2010

Imported From: https://issues.scala-lang.org/browse/SI-4014?orig=1
Reporter: Sonnenschein (sonnenschein)

@scabug
Copy link
Author

scabug commented Nov 25, 2010

@dubochet said:
By default, Javadoc does not print the author in generated documentation. Scaladoc replicates this behaviour.

The author can optionally be printed in Javadoc by using the -author option. This is not available in Scaladoc for the time being, but could probably be added.

@scabug scabug closed this as completed Feb 3, 2014
@scabug
Copy link
Author

scabug commented Feb 3, 2014

@adriaanm said:
scala/scala#3438

@scabug
Copy link
Author

scabug commented Feb 3, 2014

@adriaanm said:
Fixed by https://github.com/Feodorov -- no corresponding Jira user found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants