Hi,
I've got a few questions about the automatically generated Python documentation.
1. Is this done by doxygen like the C++ documentation?
2. What are the rules that determine whether text in source files is included as documentation or not? Clearly docstrings are, but also some comments do (only those at module scope?)
Cheers
-- David