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:
  1. Open and read an XML file, enumerating through the elements.
  2. Produce objects representing members, their summaries etc.
  3. Resolve members into classes with fields and methods.
  4. Build HTML files using the class definitions.
 
Links
Class ProgramBack to parent class.
 
Parameters
NameRemarks
argsAccepts filename arguments. Put your filenames in quotes and separate them with a space.
Documentation generated by FarqenDoc © Aaron Oxford 2006