Commit 9d1c3b56 authored by Fred Drake's avatar Fred Drake

Elaborate a comment on the format of the table that drives the

conversion.
parent d7acf022
......@@ -315,7 +315,11 @@ def main():
sys.exit(2)
convert(ifp, ofp, {
# entries have the form:
# name: ([attribute names], first_is_optional, empty, isenv, nocontent)
# name: ([attribute names], is1stOptional, isEmpty, isEnv, nocontent)
# attribute names can be:
# "string" -- normal attribute
# ("string",) -- sub-element with content of macro; like for \section
# ["string"] -- sub-element
"appendix": ([], 0, 1, 0, 0),
"bifuncindex": (["name"], 0, 1, 0, 0),
"catcode": ([], 0, 1, 0, 0),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment