I was wondering if it's possible with Doxygen to generate documentation for Python methods as well. For example, I have a Flask web app that runs solely on functions, all these functions contain docstrings that I want to be generated into a nice format (with Doxygen), however currently I can only get it to do so for classes.
Is this possible?