问题描述
目前我正在阅读cryengine游戏代码。这是巨大的,没有很好的文件。这将是真的很好,如果我可以从项目文件创建一个UML图。
Currently I am reading though the cryengine gamecode. It is huge not very well documented. It would be really good if I could create an UML diagram from the project file.
我已经找到一些工具来从c ++代码生成一个UML图,问题是cryengine项目真的很大,需要很多时间来做
I already found some tools to generate an UML diagram from c++ code, the problem is that the cryengine project is really huge and it would take a lot of time to do this.
你认为这是可能的吗?
推荐答案
Visual Studio有内置的UML生成器。
在Visual Studio项目中,选择类视图
,右键单击命名空间选择查看类图
。如果你的项目很大,需要一些时间来生成UML图。
希望这有帮助。
Visual Studio has the build-in UML generator.On Visual Studio project, select Class View
, right click on the namespace select View Class Diagram
. It make take a while to generate UML diagrams if your project is big. Hope this helps.
这篇关于Visual Studio - 从c ++项目生成UML的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!