You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Felix Meschberger <fm...@adobe.com> on 2013/05/15 06:46:58 UTC

Pulishing JavaDocs

Hi

IIRC we have discussed whether and how to publish JavaDoc on our site.

While preparing the first release of the Inventory Printer bundle, I thought I'd prototype somehting. The idea is to have a /apidocs subtree on our site structured by subproject. Something along these lines:


  /apidocs
     /inventory
         /current
             ... generated JavaDoc ...
         /1.0
             ... generated JavaDoc ...
     /webconsole
         /current
             ... generated JavaDoc ...
         /4.0
             ... generated JavaDoc ...

The Inventory Printer based prototype can be looked at at http://felix.staging.apache.org/apidocs/

WDYT ?

Regards
Felix