MakeAPI.fx
	The main program

ClassInfo.fx
	A helper class that keeps information about a Class's
	directory and API filename

list_template.html
	The template for the classlist.html file (in the api folder).
	The list of class name links is inserted at the
	<!-- insert here --> line.

api
	The directory where the API goes.  If you want to change its
	name, change the ClassInfo.prefix attribute.  This directory is
	not generated by the code.

api/index.html
	The frameset for the API. [not generated by code]

api/init.html
	Initial right-hand frame contents [not generated by code]

api/style.css
	Stylesheet for the API files [not generated by code]
	
javafx
	This directory contains the	API files. The code generates
	this directory, its subdirectories, and the content HTML
	files based upon the class names.

