Calculated
Calculated values based on any given command line options, falling back on those in Defaults.
Attributes
- Graph
- Supertypes
- Self type
- Calculated.type
Members list
Value members
Concrete methods
Scaladoc doesn't need any bootstrapping, otherwise will create errors such as:
[scaladoc] ../scala-trunk/src/reflect/scala/reflect/macros/Reifiers.scala:89: error: object api is not a member of package reflect
[scaladoc] case class ReificationException(val pos: reflect.api.PositionApi, val msg: String) extends Throwable(msg)
[scaladoc] ^
Because bootstrapping looks at the sourcepath and creates the package "reflect" in "
Scaladoc doesn't need any bootstrapping, otherwise will create errors such as:
[scaladoc] ../scala-trunk/src/reflect/scala/reflect/macros/Reifiers.scala:89: error: object api is not a member of package reflect
[scaladoc] case class ReificationException(val pos: reflect.api.PositionApi, val msg: String) extends Throwable(msg)
[scaladoc] ^
Because bootstrapping looks at the sourcepath and creates the package "reflect" in "
Attributes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
- Any