Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible do create Java classes from JavaDoc?

Here is the problem: Currently my team work for a vendor, that provided us a huge JavaDoc spec from their library, but did not provide the .jar file with stubs or implementation.

We already talked to them, but they will provide the .jar files only in 2 to 3 weeks from now. I would not like to wait this time to start our development, so here's the question:

Given JavaDoc .html files only, are there any tools (free / open source) available so we could create a .jar (or a bunch of .java/.class files) that would enable us to compile our code?

like image 960
Machado Avatar asked May 03 '11 14:05

Machado


1 Answers

doc2java seems to do exactly what you want.

like image 155
Joachim Sauer Avatar answered Sep 17 '22 15:09

Joachim Sauer