Javadoc reported an error. It could be that there is a syntax error in one of the files you tried to generate a documentation for. It could also be that the JDK documentation URL specified in the preferences is incorrect. Make sure that your Java files are compiled and the documentation URL is accessible or disabled. then try again. If this message appears again you should check the log file with the error messages from Javadoc:
/Users/..../logfile.txt
Looking at this file I see the command that is run to generate the Javadocs and this message:
<---- end of javadoc command ---->
javadoc: error - fatal error
1 error
If I run this command manually the documentation appears to be generated correctly, but still doesn't show in Greenfoot.
Any ideas on what's going on?