Test commit: update some documentation.

This commit is contained in:
Eric S. Raymond 2008-11-17 20:25:59 +00:00
parent 2709806eec
commit 4a674389ba

View file

@ -61,6 +61,12 @@ The main facility in this module is a cross-referencer class.
It also contains utility methods for working with the data tree.
See the header comment of wmtools.py for details
=== wmliterator.py ===
A WML codewalker class. Not a full parser, but that's useful because
it doesn't get confused by unbalanced nacros; instead it lets you
walk through lines in a text file parsing out tags and elements
=== wmlparser.py ===
This python module contains code originally developed for CampGen - it contains