This site requires JavaScript, please enable it in your browser!
Greenfoot back
freddyhard
freddyhard wrote ...

2013/11/16

creating javadocs for scenario

freddyhard freddyhard

2013/11/16

#
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?
freddyhard freddyhard

2013/11/16

#
i edited the allclasses-frame.html manually by putting in extra table rows with links to the other html files. it's not brilliant looking, but it will do for what i want.
peterdcasey peterdcasey

2016/11/17

#
This problem still exists in the latest version of Greenfoot. Just wondering why this has not been fixed, quite odd.
freddyhard freddyhard

2016/11/19

#
This is going back! What i did afterwards was open the project in Eclipse. There were loads of errors, but all i wanted was to get the documentation which Eclipse produced nicely - that might be of some use to you?
You need to login to post a reply.