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.
我在 GIT 的一个示例项目中尝试了 Doxygen。我能够使用导航面板创建文档,但我需要 doxygen 仅生成调用图。有可能做到这一点吗?
是的。仅设置CALL_GRAPH = YES并关闭所有其他选项。
CALL_GRAPH = YES
我拒绝。要生成图表,Doxygen 无论如何都需要处理您的整个项目。您可以尝试在某些输出上禁用选项,但本质上它不会为您节省太多时间。
您可以分析一些 XML 输出并将其输入到图形引擎中,但同样,要获得该输出,您必须让 Doxygen 流失。