On 28 May 2011, at 23:26, Moandji Ezana wrote: > On Sat, May 28, 2011 at 3:25 AM, Kevin Wright <[email protected]> > wrote: > Not really, I'm thinking more along the lines of: > > - JavaScript-based searching > - full CSS layout > - Redesigned look and feel > - In-place expansion of a method definition when clicking on it to see more > detail > - All of the above by default, not just a latent possibility for customising, > repeatedly, for each and every project > - Something that might plausibly have been designed within the last decade > > Android's documentation fulfills all your requirements. It is generated with > Doclava: http://code.google.com/p/doclava/
IIRC, Android actually uses DroidDoc: http://android.git.kernel.org/?p=platform/build.git;a=tree;f=tools/droiddoc but doclava generates similar doc (and is also fully-Java - whereas DroidDoc uses JNI to call Clearsilver) > Moandji > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
