How should I document my Codeigniter web app? |
[eluser]PhilTem[/eluser]
Using PEAR phpDoc is always useful since you can create a function overview easily with e.g. doxygen so you know exactly what every function does. Furthermore I love using http://revaxarts-themes.com/documenter to write beautiful "human readable" documentations like the CI user's guide. At the moment I am also developing some "IgnitedDocs"-App that will allow developers to easily create CI docs with an interface similiar to theDocumenter but using the CI layout and supporting many docs with print and zip export as well. Hopefully I'll get it finished soon since I need it, too ![]() |
Messages In This Thread |
How should I document my Codeigniter web app? - by El Forum - 02-06-2012, 06:51 AM
How should I document my Codeigniter web app? - by El Forum - 02-06-2012, 08:50 AM
How should I document my Codeigniter web app? - by El Forum - 02-07-2012, 07:22 AM
How should I document my Codeigniter web app? - by El Forum - 02-08-2012, 03:25 PM
How should I document my Codeigniter web app? - by El Forum - 02-08-2012, 04:32 PM
|