Doxygen API Report

Runs Doxygen to generate API documentation report.

Goals Overview

Usage

  • Install Doxygen and add it to PATH.
  • Run mvn doxygen-report:create-config.
  • Make customizations to src/doxygen/doxygen.config.
  • When you run mvn site it will contain the "Doxygen API documentation" report.

    Full instructions on the Usage page.

    Example confgurations on the Examples page.