7

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:

enter image description here

I would like to get the same result, but without the frameset (perhaps tables or divs)

Community
  • 1
  • 1
Martin Thoma
  • 124,992
  • 159
  • 614
  • 958

1 Answers1

-1

Generate the javadoc as usual and replace overwrite index.html with overview-summary.html.

Julien Bourdon
  • 1,713
  • 17
  • 28
  • I don't have an `overview-summary.html`. And this will not give me the same layout, so it is not a solution for my problem. – Martin Thoma Nov 25 '12 at 14:13
  • OK, my bad, I'm afraid I didn't understand your question then. Could you edit it and be more precise of the result you want to reach (a screenshot or a diagram would be welcome) – Julien Bourdon Nov 25 '12 at 15:57