I would like very much to add a table to the javadoc comments for a Java class. As an experiment, I added a simple table and ran Javadoc. The table appeared with no problems. However, the Javadoc comment also included an @author and a @version tag, but this information was not included in the Javadoc output.
I then removed the table from the comment and re-ran Javadoc. The author and version information appeared in the output.
From this I conclude that you cannot include a table and @ tags in a Javadoc comment and expect to have them all appear in the output.
Does this sound correct? Perhaps I did something wrong. If this is expected behaviour, is there some kind of tweak or workaround I could do?
Thanks very much.
I then removed the table from the comment and re-ran Javadoc. The author and version information appeared in the output.
From this I conclude that you cannot include a table and @ tags in a Javadoc comment and expect to have them all appear in the output.
Does this sound correct? Perhaps I did something wrong. If this is expected behaviour, is there some kind of tweak or workaround I could do?
Thanks very much.