Skip to content

Add doxygen support

Suhas K S requested to merge add-doxygen-support into basic-setup

Functionalities:

doxygen-support branch adds support for documentation generation for libWARC using doxygen. This is achieved with the following changes:

  • Adding checks for doxygen and dot in configure.ac.
  • Adding build rules for man pages in Makefile.am.
  • Adding the Doxyfile template, Doxyfile.in which contains the configuration options for running doxygen.
  • Adding doxygen special comments in source and header files.

Closes #1 (closed)

Edited by Darshit Shah

Merge request reports