| SMLDoc |
signature DEPENDENCY_ANALYZER =
sig
val sort
: DocumentGenerationParameter.parameter ->
AnnotatedAst.compileUnit list -> AnnotatedAst.compileUnit list
end
Value detail |
---|
fun sort parameter units
: DocumentGenerationParameter.parameter ->
AnnotatedAst.compileUnit list ->
(* sorted list.*) AnnotatedAst.compileUnit list
If any module in the compilation unit A depends on some module in the other compilation unit B, the B precedes the A in the returned list.
parameter
units
| SMLDoc: Documentation generator for SML |