Class: Buildr::Doc::Javadoc
Overview
A convenient task for creating Javadocs from the project’s compile task. Minimizes all the hard work to calling #from and #using.
For example:
doc.from(projects('myapp:foo', 'myapp:bar')).using(:windowtitle=>'My App')
Or, short and sweet:
desc 'My App'
define 'myapp' do
. . .
doc projects('myapp:foo', 'myapp:bar')
end
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Buildr::Doc::Base