How to disable ScalaDoc generation in dist task in Play 2.2.x (using project/build.scala)?

Add the following settings to the Play project: sources in (Compile,doc) := Seq.empty publishArtifact in (Compile, packageDoc) := false With the change it should be as follows: play.Project(appName, appVersion, appDependencies) .settings(scalaVersion := “2.10.3”) .settings(jsSettings : _*) .settings( publishArtifact in (Compile, packageDoc) := false, publishArtifact in packageDoc := false, sources in (Compile,doc) := Seq.empty ) Thanks … Read more

How to disambiguate links to methods in scaladoc?

The following seems do the trick in Scala 2.10. /** * The most important method is [[Doc.foo[A]:A*]]. */ And here is some hint scaladoc gives me: [warn] Quick crash course on using Scaladoc links [warn] ========================================== [warn] Disambiguating terms and types: Prefix terms with ‘$’ and types with ‘!’ in case both names are in … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)