| Method Main |
|   |
| Method Information |
| Full Name: | Program.Main |
| Summary: |
Main method - takes VS 2005 "/doc" XML files and produces HTML files.
|
| Returns: | |
| Remarks: |
Building the HTML is a four step process:
- Open and read an XML file, enumerating through the elements.
- Produce objects representing members, their summaries etc.
- Resolve members into classes with fields and methods.
- Build HTML files using the class definitions.
|
|   |
| Links |
| Class Program | Back to parent class. |
|   |
| Parameters |
| Name | Remarks |
| args | Accepts filename arguments. Put your filenames in quotes and separate them with a space. |
| Documentation generated by FarqenDoc © Aaron Oxford 2006 |