Overview  Index  Help 
SMLDoc

DOCUMENT_GENERATOR

All Known Implementing Modules:

HTMLDocumentGenerator


signature DOCUMENT_GENERATOR =
sig
  val generateDocument
      : DocumentGenerationParameter.parameter ->
          ElaboratedAst.compileUnit list -> unit
end

The signature of modules which generates documents describing the given program.

Author:
YAMATODANI Kiyoshi
Version:
$Id: SigDOCUMENT_GENERATOR.html,v 1.9 2007/02/17 07:01:57 kiyoshiy Exp $

       
Value detail

generateDocument

fun generateDocument parameter compileUnits
    : DocumentGenerationParameter.parameter ->
        ElaboratedAst.compileUnit list -> unit

generates document describing the given program.

Parameters:
parameter
parameters which control the behavior and output of the generator.
compileUnits
compile unit list
Returns:
unit

 


Overview  Index  Help 
SMLDoc: Documentation generator for SML