jeroen          Tue Aug 14 19:23:16 2001 EDT

  Modified files:              
    /phpdoc     README 
  Log:
  Change convention about the boolean type in prototypes. It now says
  it should be 'bool' in proto's, just as is the habit currently,
  and I think everyone will agree on it, that it is right.
  
  
Index: phpdoc/README
diff -u phpdoc/README:1.18 phpdoc/README:1.19
--- phpdoc/README:1.18  Mon Aug 13 14:51:03 2001
+++ phpdoc/README       Tue Aug 14 19:23:15 2001
@@ -96,7 +96,7 @@
        listings. XML should be indented with one space character
        for each level of indentation; example code uses four spaces.
 
-   13. Types: In the docs, the types are denoted as: boolean (also in 
+   13. Types: In the docs, the types are denoted as: boolean (bool in 
        prototypes), integer (int in prototypes), float (not: double),
           array, object (not: class), resource and null (lowercase).
 


Reply via email to