Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tip for documentation machinery?

Status
Not open for further replies.

m98marba

Technical User
Apr 12, 2003
4
SE
Hi!
As my experience with PHP has increased I recently started to search for some kind of system to help documentation of my code. Does anyone have a good tip concerning what system to use?

I've had a glance at PHPDoc and read a description of the DDDA (Database Driven Documentation Architecture). The DDDA approach seems really "competent" as it combines inline documentation as well as a WEB-based user interface for comprehensive documentaion. Unfortunately I haven't found any script implementing the DDDA to download. Maybe it dosn't exists (yet)?

However PHPDoc may be less tricky to use and learn. I also had the impression that PHPDoc is quite slow when generation the documentation (- it creates a bunch of HTML and XML files).

Any comments, tips or experiences are greatly apprecciated![bigears]

Markus
 
Thanks ArkM,
I've had a glance at Doxygen. Seems intersting. But, I think i'll study PHPDoc some more first because it's writen with PHP.

There are a good list of links to other documentaion systems at the page you've mentioned. Maybe I find something there too.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top