Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-dev] Javadoc

Hi,

I've just added a simple javadoc target to our build file. Just execute

  make javadoc

and the documentation for all SMILA code (except test classes) will be created in 
${buildDir}/javadoc. It's not integrated into the "all" target yet, but we could
use it to create the API documentation at least for milestones/releases manually 
and upload it to the SMILA website. Or should we do this automatically for each 
nightly build? 

Cheers,
Jürgen


Back to the top