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)

1 Answer 1

-1

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

Sign up to request clarification or add additional context in comments.

2 Comments

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.
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)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.