2

RDOC creates documentation from Ruby Source Files. Is there something similar for iOs? It's probably obvious and I just used the wrong phrases on Google...

Sjors Provoost
  • 1,921
  • 1
  • 19
  • 34

1 Answers1

2

I haven't used myself, but apparently Doxygen works for Objective-C code (it doesn't matter what platform you're deploying to, since it's documentation).

See also this Stack Overflow question.

albert
  • 8,285
  • 3
  • 19
  • 32
Jeremy Roman
  • 16,137
  • 1
  • 43
  • 44