Skip to content

WoolseyWorkshop/Article-Documenting-Python-Programs-With-Doxygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.