compose.lua
CMP
=
CMP.resolve_anchoring
(source, description)
CMP.sort_source
(source, description)
CMP.traverse_table
(source, description, action)
CMP.write_doc
(source, description)
compose
(in_tab, desc_file, out_file)
index
(dir)
CMP
=
CMP.resolve_anchoring
(source, description)
source | Table with analyzed source code |
description | Table with output description |
CMP.sort_source
(source, description)
CMP.traverse_table
(source, description, action)
source | Table with analyzed source code |
description | Table with output description |
action | Function to act on source |
CMP.write_doc
(source, description)
source | Table with the documentation |
description | Table with the formatting information |
compose
(in_tab, desc_file, out_file)
in_tab | Table with the descriptions |
desc_file | String with the name of the output formatting file |
out_file | String with the name of the output file |
index
(dir)