Mike Matrigali wrote: > ok, should have time now to get back to this. > > First here is a start at info about files in the index directory. > Is this a good start. I would actually like to check this information > into the source code, and am looking for some opinions about how best > to do it. Currently it is just text, but ideally I would like to hook > it up to html and the javadoc system some how. Worst case I am just > going to check it into a readme.txt in the appropriate directory unless > there is some better suggestion. Unfortunately I don't have much > html or javadoc expertise.
A package.html in the appropriate directory means that it will be picked up by the javadoc automatically, e.g. see iapi.types. Dan.
