zell
zell

Reputation: 10204

Is it possible to generate JAVA doc with source inside the document as well?

By default, Javadoc does not put source in its generated html files.

I would like to know whether is it possible to put the source file inside, or hyperlinked?

Upvotes: 1

Views: 51

Answers (1)

Keppil
Keppil

Reputation: 46219

If you are using the javadoc tool, it has a -linksource option that seems to do what you want.

Upvotes: 5

Related Questions