Page 1 of 1

Which PHP API documentaton tool comes closest to JavaDoc?

Posted: Sat Nov 25, 2006 7:44 am
by Chris Corbyn
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 :? :oops:

Posted: Sat Nov 25, 2006 5:05 pm
by Ambush Commander
I know Doxygen does this, see this page for an example.

I don't know if PHPDocumentor can do that. I presume it can though.

Posted: Sat Nov 25, 2006 5:59 pm
by Chris Corbyn
Oh wow! I'm definitely switch to Doxygen. That's brilliant. I so never even looked at that before, cheers :)