1

Is there any method to export the javaDoc from eclipse into a .tex file? I know that I can export it into a html. But TeX is smarter for our project.

N.N.
  • 8,336
  • 12
  • 54
  • 94
destiny
  • 1,802
  • 3
  • 16
  • 18

2 Answers2

3

You can have a look at my ltxdoclet, which can produce LaTeX source from the Javadoc (and optionally even includes a formatted version of the source code).

Paŭlo Ebermann
  • 73,284
  • 20
  • 146
  • 210
2

I did not try it, but I found this Javadoc taglet for LaTeX on the web: http://users.informatik.uni-halle.de/~grau/LaTeXlet/index.html

In the Javadoc export wizard there is an option to select a custom taglet, there you can try to apply this.

Zoltán Ujhelyi
  • 13,788
  • 2
  • 32
  • 37