TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is there a script that will generate a mind map from an iOS project's code?

1 pointsby eluosabout 12 years ago
Are there any similar tools that help a new hire learn a complex codebase?

2 comments

nonamegivenabout 12 years ago
Probably nothing that would make a mind map, but ...<p>Doxygen may or may not work, it probably doesn't understand whatever language iOS uses (objc?). Also I think there are better solutions than doxygen these days.<p>But if you look at Doxygen then you'll know the kind of thing you're looking for. Note that you do not have to have marked up your code in order for doxygen to produce documentation for you.<p>Also I think doxygen, and probably whatever is better these days, can produce intermediate output which you could then easily process and produce a mind map on your own, if that's what you really want.
eluosabout 12 years ago
I'd envision this tool rendering larger files as larger bubbles on the screen, showing the @properties and delegate methods as lines between the bubbles, ect