Ant Task for Doxygen , with Antlib support (since Ant 1.7), 1.6.1 released. Download it now.

Sunday, March 23, 2008

Changelog

1.6 (Dec 2008):
   * antlib.xml added to the package.
   * Build system modified to use ivy ( to manage compile-time dependencies better).

1.5( 2008)

    * Code refactored to use Java Generics internally for better maintenance.

1.4( 2004)

    * Attributes 'versionCompatible' , 'configFile', 'doxygenPath' added to the task.

 
Features:
    * 887510 DoxygenTask.java: Attribute 'versionCompatible' added
    * 885849 DoxygenTask.java: Integrate/Remove of task-element support.
    * 883163 DoxygenTask.java: Ant/Java flavor defaults for Doxygen
    * 702402 DoxygenTask.java: Support for multiple INPUTs.
    * 883174 DoxygenTask.java: Support nested attribute specifications.
    * 883150 DoxygenTask.java: configFile attribute added
    * 881633 DoxygenTask.java: doxygenPath attribute added

Bugs Fixed:
    * 793056 FILE_PATTERNS
    * 739884 Support for Doxygen 1.3
    * 772527 Doxygen 1.3.2 Ant task support
    * 875319 plugin do not support the current doxygen version


1.3(Jan 21 2004):
     The Task is now made independent of the doxygen version installation.
    <property> child nodes are added to the task structure.
      *Warning: Tasks written for version 1.2 may break and may need to be rewritten**


1.2(Sep 18 2002):
        Supports Doxygen version 1.2.18

1.1(Sep 12 2002):
  Attribute ignoreVersion added so as to ignore the version check between the doxygen
 version for which the task is written and the doxygen version installed on the system.

1.0(Sep 11 2002):
Initial Revision.