Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Doxygen 是否也可以为 Python 方法生成文档。例如,我有一个仅在函数上运行的 Flask Web 应用程序,所有这些函数都包含我希望生成为良好格式(使用 Doxygen)的文档字符串,但是目前我只能为类这样做。
这可能吗?