views:

71

answers:

2

I was thinking of making a dictionary app for my Objectiv C classes that I use, sort of a cheat sheet.

I want to be something like this;

Class --> Code Sample

Basically, a scroll view of the classes, then I can choose one that I want to know how to implement and then I get a complete code sample.

Anyone?

David.

A: 

Have you looked at Doxygen? It sounds like what you want is a way to generate code documentation automatically.

Check out http://www.jiggerjuice.net/software/doxygen.html for a good tutorial on how it works and see if it's right for you.

Neal L
I will look at Doxygen, never tried it though.
David Holmes
A: 

Sounds like you're trying to build something very similar to runtimebrowser. That's open source, so you should definitely peek around to get ideas.

quixoto