by suleski | Aug 12, 2014 | Reference, Technical, Troubleshooting
I built a batch file that understands how to generate the documentation for my project. Here are some points that I think are noteworthy for future reference: When using a batch file (instead of just going through a command-line), ensure that we call pear before...
by suleski | Aug 10, 2014 | Reference, Technical, Troubleshooting
I wanted to create documentation for my most recent PHP project. My code was all set and in a form that it should be in – I just needed a way to generate the docs. I considered two options: phpDocumentor ApiGen Ended up going with phpDocumentor because it...