Which PHP API documentaton tool comes closest to JavaDoc?
Posted: Sat Nov 25, 2006 7:44 am
I like the way JavaDoc produces links to inherited methods. You can't do this with PHPDocumentor can you?
I'd like something in my API documentation which lists:
"Methods inherited from xxxx:
abcd, efgh, ijkl, mnop, ....."
and also:
"Methods overridden in xxxx:
....."
I've never used anything other than PHPDocumentor before now. Any ideas?
EDIT | Whoops, I must have had JS on the mind. Corrected JSDoc --> JavaDoc

I'd like something in my API documentation which lists:
"Methods inherited from xxxx:
abcd, efgh, ijkl, mnop, ....."
and also:
"Methods overridden in xxxx:
....."
I've never used anything other than PHPDocumentor before now. Any ideas?
EDIT | Whoops, I must have had JS on the mind. Corrected JSDoc --> JavaDoc