Tyson of the Northwest
Tyson of the Northwest

Reputation: 2163

Resources for writing good PHP documentation

I am getting a tool ready to make the source public. I would like to have it well documented for people who would use it as well as potential contributors. I am already using some rudimentary docblocks and some line comments for class variables. Currently I am using doxygen because it integrates into eclipse, but I am not wedded to it.

What I would really like to do is create documentation along the lines of PHP's PDO classes with the class functions documented and examples of use given. I would prefer the documentation in the code.

What books, tutorials, or code examples would you suggest I look at to give me insight on how to craft great documentation.

Upvotes: 4

Views: 1524

Answers (1)

Phill Pafford
Phill Pafford

Reputation: 85378

phpDocumentor

Upvotes: 6

Related Questions