object GenReadmeHtml extends App
The GenReadmeHtml
object is used to create the html tables for the api and
src directories for convenient Web browsing.
> runMain scalation.GenReadmeHtml
- Alphabetic
- By Inheritance
- GenReadmeHtml
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val SKIP: String
- final def args: Array[String]
- Attributes
- protected
- Definition Classes
- App
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final val executionStart: Long
- Definition Classes
- App
- val fApi: File
- val fSrc: File
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getDescriptions(f: File): String
Obtain the Descriptions of a package from its package.scala comments.
Obtain the Descriptions of a package from its package.scala comments.
- f
the package.scala file
- def getHyphens(depth: Int): String
Obtain the number of hyphens for the sub-packages.
Obtain the number of hyphens for the sub-packages.
- depth
the depth of the project structure
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val javaVer: String
- final def main(args: Array[String]): Unit
- Definition Classes
- App
- val moduleList: Array[String]
- val moduleListS: StringBuilder
- val moduleNames: Array[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val outApi: PrintWriter
- val outSrc: PrintWriter
- val postfix: String
- val prefix: String
- val readmeOut: PrintWriter
- def recWrite(f: File, module: String, parPath: String, parName: String, depth: Int, isTestPac: Boolean = false): Unit
Recursively write table rows for each package.
Recursively write table rows for each package.
- f
the directory to examine
- module
the module name (i.e. scalation_mathstat)
- parPath
the path of the parent directories (i.e. scalation/util)
- parName
the name of the parent directories (i.e. scalation.util)
- depth
the depth of the project structure
- isTestPac
flag for whether dealing with unit testing packages or not
- val scalaVer: String
- val scalaVerFull: String
- val scalationVer: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val topPath: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def delayedInit(body: => Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated