comment
comment
Getting Started With PHPDoc
Mon, 01/26/2009 - 14:39 | by philipnorton42If you followed the tutorial on installing PHPDoc then you are probably wondering how to get started actually writing the documentation. PHPDoc will parse all the files given to it and look for comment blocks, it will then use these blocks to create the documentation for your application. A valid PHPDoc comment block must start with a '/**', have a '*' on every line and finish with '*/'.
CodeSniffer File Doc Comment And Class Doc Comment
Tue, 10/14/2008 - 08:41 | by philipnorton42Yesterday I wrote two posts about CodeSniffer and a common warning that I couldn't find any decent documentation on. I thought that today I would go over something that I also had trouble finding out about, this is the file doc error. When you run CodeSniffer on a class you might find the following error being produced.