开发者

Autogenerate UML diagram for my xcode project?

开发者 https://www.devze.com 2023-03-01 15:31 出处:网络
I want to make a开发者_如何转开发 UML diagram for my xcode project automatically. Is there a tool out there that can do that for me? I\'ve only found things like Omnigraffe.Doxygen is able to generate

I want to make a开发者_如何转开发 UML diagram for my xcode project automatically. Is there a tool out there that can do that for me? I've only found things like Omnigraffe.


Doxygen is able to generate some class diagrams using dot and graphviz. Here is a sample project using it. But, to make it work you need MacPorts to port install doxygen dot and then edit the Doxygen text config file (included on that project) and set HAVE_DOT = YES and UML_LOOK = YES.

It's not complete and it's not much, but doxygen is the lesser of two evils. I wish someone knows a better option or a better tool appears.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号