Doxygen comments in Python

February 27th, 2008 |

I’ve been creating automatic documentation for the Entertainer project using Doxygen.
As you may know, Entertainer is written in python, so what follows is a short guide to commenting python code in a format that Doxygen will pick up.
Read More »

Creating Documentation from Python Source Files with Doxygen and doxypy

February 4th, 2008 |

doxygen.png

I was recently generating some documentation from the Entertainer source code and decided to share how I managed to do it.

I’m assuming python 2.4 is installed on your system.

First install doxygen and graphviz

Read More »