views:

101

answers:

1

Hey all,

Does anyone know of a decent standard way to structure documentation for a web application using php doc?

I can't really find any examples.

Thanks.

+1  A: 

I'm not sure what you want to do, but there are two things that you can do using php doc.

  • Generate HTML/CHM/PDF Api documentations of your app using phpDocumentor.
  • Embed docbook documentations/tutorials/examples into this api documentation as explained here.
André Hoffmann