Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 900 Bytes

File metadata and controls

9 lines (7 loc) · 900 Bytes

Woolsey Workshop

Documenting Python Programs With Doxygen Article Resources

This repository contains resources related to the Documenting Python Programs With Doxygen article published on WoolseyWorkshop.com.

An example Python program, and associated module, demonstrating how to use Doxygen style comments for generating source code documentation with Doxygen.

  • The doxygen directory holds the Doxygen configuration file (Doxyfile) along with the generated documentation.
  • The src directory holds the Python source code.