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 在带有 shebang 的 python 脚本上不能正常工作吗?
我尝试了一个带有shebang的python脚本到我公司的工具目录并运行了doxygen。它根本无法显示命名空间(函数)。
有类似经历的小伙伴请分享一下。
在配置文件中启用 EXTRACT_ALL 为 YES,doxygen 将生成正确的所需结果。
但是问题仍然存在,为什么 doxygen 无法为带有 EXTRACT_ALL = NO 的 python 生成文档文件。任何有更好答案的人都可以在这里帮助我。
这对我来说听起来像是一个脚本问题,而不是 Shebang 和 doxygen 之间的冲突