<info/> subtask

info

This subtask of the document task is used to extract the contents of an arbitrarily chosen tag and generates a browsable HTML report. The generated HTML has the same L&F as Javadoc or Ant's JUnitReport. It was designed to generate a report of @todo tags in classes and methods, but can be used for any tag you want.

Parameters

Attribute Description Required
header A String describing what kind of information the generated report represents. The value of this attribute will figure in the header of the generated HTML, and is not used for anything else. No. Default is "Todo List"
projectname The name of the project. Like the type attribute, this is only used in the generated HTML. No, default is the name specified in the project element of the build file
tag Name of the tag to look for (without the @). No. Default is "todo".

Class level Tags

Whatever tag that was passed to the tag attribute of this sub task.

Method level Tags

Whatever tag that was passed to the tag attribute of this sub task.