I currently have some Source and Javadoc on GitHub. As you might know, it is not possible to view the (rendered) HTML-pages on GitHub. But solutions exist for this problem. Just a day ago, this solution can also handle frames, but I would rather like to generate Javadoc without frames. Is this possible?
(I currently generate Javadoc with this command: javadoc -d ../javadoc/ *
)
I currently get this result:
I would like to get the same result, but without the frameset
(perhaps table
s or div
s)