R
RoboHobby
Hi,
We are working on hobby Java robotics project (http://
www.RoboHobby.com).
And we are trying to publish some source code of Java ME part of the
project on the Web
(http://www.RoboHobby.com/java_me_code_examples.jsp).
QUESTION:
Are there any free Java tools, which can do automatic transformation
from source code of Java class to HTML page.
The HTML page should present full Java code (not just names of the
methods and fields) to users in good-looking form with correct code
formatting, color highlights, etc.
Is it possible?
As I see standard JavaDoc doesn't provide such a service. XDoclet too.
Are there any suggestions?
Any links to right tools?
..
We are working on hobby Java robotics project (http://
www.RoboHobby.com).
And we are trying to publish some source code of Java ME part of the
project on the Web
(http://www.RoboHobby.com/java_me_code_examples.jsp).
QUESTION:
Are there any free Java tools, which can do automatic transformation
from source code of Java class to HTML page.
The HTML page should present full Java code (not just names of the
methods and fields) to users in good-looking form with correct code
formatting, color highlights, etc.
Is it possible?
As I see standard JavaDoc doesn't provide such a service. XDoclet too.
Are there any suggestions?
Any links to right tools?
..