(Visual) C++ project dependency analysis

前端 未结 6 1087
滥情空心
滥情空心 2021-01-30 18:43

I have a few large projects I am working on in my new place of work, which have a complicated set of statically linked library dependencies between them.

The libs numb

6条回答
  •  独厮守ぢ
    2021-01-30 19:31

    You might be able to use DoxyS as help, which produces graps representing included files as part of the generated documentation.

    See: http://www.doxys.org

    -Martin

提交回复
热议问题