Resources for writing good PHP documentation -


i getting tool ready make source public. have documented people use potential contributors. using rudimentary docblocks , line comments class variables. using doxygen because integrates eclipse, not wedded it.

what create documentation along lines of php's pdo classes class functions documented , examples of use given. prefer documentation in code.

what books, tutorials, or code examples suggest @ give me insight on how craft great documentation.

phpdocumentor


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -