analyze.lua

General file comment.

Description: Implement the substitution methods of source files. $Id $

Definitions

LUADOC_VERSION = "2.0"
LuaDoc version number.

Functions

analyze (in_file, desc_file, out_file)
Process an input file according to a set of substitutions and generate an output file.
apply (source, desc, result_table)
Apply a series of substitutions to a string.
filter (str)
Apply a series of filters to a string.
Gappend (field)
Build an append function for the global table.
Gappend_pair (field)
Build an append-pair function for the global table.
Ginsert (field)
Build an insertion function for the global table.
Tappend (field)
Build an append function.
Tcreate (field)
Build an attribution funciton.
Tinsert (field)
Build an insertion function.
Treturn (field)
Build a "return" function.
Tson (table)
Build a "son" for the given table.
Uappend (field)
Build an append function to the upper level table.
Ucreate (field)
Build an attribution funciton to the upper level table.
write_doc (doc_table, filter_table)
Generate the output.

Definitions

LUADOC_VERSION = "2.0"

Functions

analyze (in_file, desc_file, out_file)

apply (source, desc, result_table)

filter (str)

Gappend (field)

Gappend_pair (field)

Ginsert (field)

Tappend (field)

Tcreate (field)

Tinsert (field)

Treturn (field)

Tson (table)

Uappend (field)

Ucreate (field)

write_doc (doc_table, filter_table)


This file was automatically generated by LuaDoc in 14 of August of 2002.