nikgoodley-ibboost / funcito

Automatically exported from code.google.com/p/funcito
0 stars 0 forks source link

Build to produce Javadocs #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If we could get a very simple version out ASAP, that will help me with the 
other issue of documenting code with Javadoc.  We may want to tweak this later, 
but just your best guess on what we need is great for now.

Original issue reported on code.google.com by kandpwel...@gmail.com on 20 Dec 2011 at 6:25

GoogleCodeExporter commented 9 years ago
The Gradle plugin for Java already includes a 'javadoc' task. It is now 
executed when 'jar' is executed.

In both the src and binary jars, there is a new directory 'docs/javadoc'. I'm 
not sure if we want it to be in the binary jar?

I have also added some strawman Javadoc to Funcito.java. Finally, we will no 
doubt want to customize the output HTML (e.g. the title is 'funcito 0.1') but I 
don't know how to do that yet.

Original comment by codeto...@gmail.com on 20 Dec 2011 at 9:05

GoogleCodeExporter commented 9 years ago
Thanks.  I removed the docs from the binary jar.

Original comment by kandpwel...@gmail.com on 21 Dec 2011 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by kandpwel...@gmail.com on 23 Dec 2011 at 6:12