From: "Gabor Hojtsy" <[EMAIL PROTECTED]> > > See version 1.1 of README. The latest version have now only a link > > to the howto.tar file. > > OK, I have seen that file now. > http://cvs.php.net/co.php/phpdoc/README?r=1.1 > > Look at the function skeleton for example in that file: > > function some_code($foo) > { > /* we all agree that four spaces of indentation is good? */ > } > > isn't that similar to PEAR standards?
Sure, I have only forgotten to change. > This file is not that much different than the current howto > contents about conventions. This 1.1 really have no coding > conventions, just some skeletons. No rules about how to write > PHP code, except the <?php ?> form convention in point 5. > > So where we can find the previously written down > conventions used for writing PHP code in phpdoc? > This file is even not consistent with what you > have said about before-PEAR coding standards, as > I can see. I have done much formatting without reading the README. I hoped if peoble read diffs, there would a common census about the rules. The old history has gone, the project started in 1997. At the beginning there have been only a few people who where able to validate and build the manual. So I formatted it myself. -Egon