Thanks guys for negating my post!
But they say, there is no bad music -- only boring one!
So, a good idea: look at the bottom of those pages here and you may find something interesting too (but from the opposite side of conventional "crowd" thinking).
By the way, for those who are not so much happy with the new JavaDoc design,
we invite everyone to use our tool DocFlex/Javadoc to generate the old-looking classic JavaDoc!
This will work even under Java 7 or anything else that follows (at least, until they preserve the Doclet API).
Just download the DocFlex/Doclet edition here: http://www.filigris.com/downloads/
It is absolutely free! Using "JavadocPro" template set, you can generate the JavaDoc identical to the classic one (for projects of any size). All standard functionality is supported!
You can use even most of the Standard Doclet options (like -doctitle, -header etc.)
It is very stable and extremely elaborated (actually, more than the standard Javadoc -- though you won't believe me).
In fact, you can do a lot more with this tool (see below). But that's for money, sorry...
26-Apr-2012
Let's face it: You don't need to be a designer to see that default Javadoc looks ugly.
Well. So, you wanted a new JavaDoc design?
OK, they did it:
http://docs.oracle.com/javase/7/docs/api/index.html
But is it any better (besides looking as something "new")?
In my view, not!
- First, it is more difficult to read (because of the font, wrong or absence of indents, waste of space for various borders and so on)
- It doesn't add anything new about navigation/information etc.
Yes, it is just a "facelift" and nothing else (and, you know, some facelifts do make people look ugly indeed).
Concerning the pure "design" aspect, I don't think much really can be added to the classic JavaDoc design (those shades of blue and simple text). Well... maybe some 3d elements (bars, button), some icons of course -- but that's all.
If you look at JavaDoc as an information resource (about your Java project), I think, there are limits too:
- You cannot make it write your programs for you, ha-ha. That will never be possible!
- You cannot make JavaDoc to be an expert system about your Java project, which would answer any your questions. Because, well, in that case, it will be an expert system, not a documentation! An absolutely different kind of software (with different costs of its development, and therefore, prices and etc.)
In general, I think, the more various special information about your Java project (especially large one) you want to be able to retrieve quickly -- that is actually what we call navigation -- the closer that tool would be to a modern Java IDE. This is again beyond what we call JavaDoc.
The only true improvement, I think, could be adding some diagrams, e.g. UML class diagrams. In that case, the diagrams themselves would convey more information and may greatly improve navigation, of course.
Diagrams would add a new layer to everything. But they are difficult to generate! So, here we have a business problem: first to develop that stuff and then to market/sell it. Make no mistake, it is beyond a realm of some amateur open-source project.
12-Mar-2012
Since long ago we offer a tool called DocFlex/Javadoc (or DocFlex/Doclet, a simplified version of it).
Basically, this is a template-driven Javadoc doclet.
That may sound like nothing remarkable (everything has now some kind of "templates"). But our templates are different. They are actually programs somewhat similar to XSLT. But this is not XSLT either. Our templates are created with a special graphical Template Designer, which tries to represent them in a way resembling the output they will generate (i.e. the WISIWIG of a sort).
The idea of the whole our technology is to represent any Java API as a virtual XML document and process that "document" using techniques borrowed from the field of XML like XPath (or some extension of it). There are many other innovations. More details you can find here: http://www.filigris.com/products/docflex/
You can use DocFlex/Javadoc to program your own doclets. It is not limited to any specific pattern. Any kind of documentation design, look & feel can be programmed to generate with it. We support currently two major output formats HTML (both framed and single file) and RTF, plus the plain text output.
DocFlex/Javadoc is supplied with a default template set that produces JavaDoc similar to the standard one. Very soon we are releasing a new version of it that will generate the output documentation absolutely identical to the standard Javadoc (with the same navigation bar, menu items etc).
One plus of our template-driven implementation is that unlike standard Javadoc, it allows you to include/exclude classes and member marked with specific tags or annotations. At that the generated JavaDoc will be consistent after that. That a rather by-product feature was quite simple to implement basing on the already existed general functionality. Surprisingly, it happened to be very much in demand (more than the whole thing itself).
The entire our technology, in fact, is not limited to Javadoc. The main direction is currently about XML (see DocFlex/XML: http://www.filigris.com/products/docflex_xml/). For instance, we offer now a very powerful XML Schema Documentation Generator (see http://www.filigris.com/products/docflex_xml/xsddoc/, probably the most sophisticated in the world. A similar documentation generator for WSDL is also in the pipeline.
DocFlex/Javadoc is somewhat a by-product of all this, albeit the most beautiful one.