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.
我有 3 个 C 语言代码文件和它们的 2 个头文件。我想查看在这 3 个文件中调用的所有函数的依赖关系图。Windows 上是否有工具可以简化这项工作?
您是否已经尝试将doxygen与 graphviz 包结合使用?