Overview  Index  Help 
SMLDoc

SMLDOC

All Known Implementing Modules:

SMLDoc


signature SMLDOC =
sig
  val makeDocument
      : DocumentGenerationParameter.parameter -> string list -> unit
end

The top level module of the SMLDoc.

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

       
Value detail

makeDocument

fun makeDocument parameter fileNames
    : DocumentGenerationParameter.parameter -> string list -> unit

makes documents describing the ML program.

Author:
YAMATODANI Kiyoshi
Parameters:
parameter
the global parameter
fileNames
the names of files containing ML program.
Returns:
unit
Version:
1.0

 


Overview  Index  Help 
SMLDoc: Documentation generator for SML