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
- All
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
-
def
args: Array[String]
- Attributes
- protected
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val fApi: File
- val fSrc: File
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val javaVer: String
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
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