i have a working game that i want to create the javadocs for it. i noticed when i open any subclass that i've created there is a drop down menu to switch the view from source code to documentation. when i do this i get a html view of my javadocs. this in turn creates html files in the doc folder of the scenario.
the problem is that the index.html file generated only refers to the last class that i viewed as documentation in the all classes list. an individual .html file is created for any class i view, but the index.html will only list the last one viewed and not all.
can anyone point me in the right direction?

