0

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?

Shannon Rothe
  • 1,112
  • 5
  • 15
  • 26
  • Not an answer to your question, but if the answer is no, then sphinx will do this happily with autodoc, so you might want to check it out. – Gareth Latty May 29 '13 at 09:33
  • Look at [this SO-question: Can I document Python code with doxygen](http://stackoverflow.com/questions/58622/can-i-document-python-code-with-doxygen-and-does-it-make-sense) – Sonson123 May 29 '13 at 13:18

0 Answers0