cvs: peardoc /de/chapters standards.xml /en/chapters standards.xml /fr/chapters standards.xml /ja/chapters standards.xml

[email protected] ("Brett Bieber")
Newsgroups php.pear.doc
Message-ID <cvssaltybeagle1196658079@cvsserver>
saltybeagle		Mon Dec  3 05:01:19 2007 UTC

  Modified files:              
    /peardoc/fr/chapters	standards.xml 
    /peardoc/en/chapters	standards.xml 
    /peardoc/ja/chapters	standards.xml 
    /peardoc/de/chapters	standards.xml 
  Log:
  Doc Bug #10028  	Misleading/Incorrect Description of indentation style
  After review of the referenced documentation and sources.. I've updated the reference to the source of PEAR function coding style to be described as the K&R style, as noted by Matthew Dirks, and confirmed by Helgi and I. 
  
http://cvs.php.net/viewvc.cgi/peardoc/fr/chapters/standards.xml?r1=1.43&r2=1.44&diff_format=u
Index: peardoc/fr/chapters/standards.xml
diff -u peardoc/fr/chapters/standards.xml:1.43 peardoc/fr/chapters/standards.xml:1.44
--- peardoc/fr/chapters/standards.xml:1.43	Sat Dec  1 21:03:45 2007
+++ peardoc/fr/chapters/standards.xml	Mon Dec  3 05:01:18 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.43 $ -->
+<!-- $Revision: 1.44 $ -->
 <!-- EN-Revision: 1.53 Maintainer: moosh Status: not full ready -->
 
 <chapter id="standards">
@@ -156,7 +156,7 @@
    <title>Définitions des fonctions</title>
    <para>
     La déclaration des fonctions respecte
-    l'indentation du style <quote>BSD/Allman</quote> :
+    l'indentation du style <quote>K&amp;R</quote> :
 
     <programlisting role="php">
 <![CDATA[
http://cvs.php.net/viewvc.cgi/peardoc/en/chapters/standards.xml?r1=1.57&r2=1.58&diff_format=u
Index: peardoc/en/chapters/standards.xml
diff -u peardoc/en/chapters/standards.xml:1.57 peardoc/en/chapters/standards.xml:1.58
--- peardoc/en/chapters/standards.xml:1.57	Sat Dec  1 21:03:45 2007
+++ peardoc/en/chapters/standards.xml	Mon Dec  3 05:01:19 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.57 $ -->
+<!-- $Revision: 1.58 $ -->
 
  <chapter id="standards">
   <title>Coding Standards</title>
@@ -149,7 +149,7 @@
   <sect1 id="standards.funcdef">
    <title>Function Definitions</title>
    <para>
-    Function declarations follow the <quote>BSD/Allman style</quote>:
+    Function declarations follow the <quote>K&amp;R style</quote>:
     <programlisting role="php">
      <![CDATA[
 function fooFunction($arg1, $arg2 = '')
http://cvs.php.net/viewvc.cgi/peardoc/ja/chapters/standards.xml?r1=1.17&r2=1.18&diff_format=u
Index: peardoc/ja/chapters/standards.xml
diff -u peardoc/ja/chapters/standards.xml:1.17 peardoc/ja/chapters/standards.xml:1.18
--- peardoc/ja/chapters/standards.xml:1.17	Sun Dec  2 10:24:36 2007
+++ peardoc/ja/chapters/standards.xml	Mon Dec  3 05:01:19 2007
@@ -1,5 +1,5 @@
 <?xml encoding="utf-8"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
 <!-- EN-Revision: 1.57 Maintainer: haruki Status: working -->
 <!-- CREDITS: hirokawa,takagi -->
  <chapter id="standards">
@@ -149,7 +149,7 @@
   <sect1 id="standards.funcdef">
    <title>関数定義</title>
    <para>
-    関数宣言は、以下のような <quote>BSD/Allman スタイル</quote>にしたがいます。
+    関数宣言は、以下のような <quote>K&amp;R スタイル</quote>にしたがいます。
     <programlisting role="php">
 <![CDATA[
 function fooFunction($arg1, $arg2 = '')
http://cvs.php.net/viewvc.cgi/peardoc/de/chapters/standards.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/de/chapters/standards.xml
diff -u peardoc/de/chapters/standards.xml:1.5 peardoc/de/chapters/standards.xml:1.6
--- peardoc/de/chapters/standards.xml:1.5	Sat Dec  1 21:03:45 2007
+++ peardoc/de/chapters/standards.xml	Mon Dec  3 05:01:19 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- EN-Revision: 1.54 Maintainer: alexmerz Status: ready -->
  <chapter id="standards">
   <title>Coding Standards</title>
@@ -154,7 +154,7 @@
   <sect1 id="standards.funcdef">
    <title>Funktionsdefinitionen</title>
    <para>
-    Funktionsdeklarationen folgen dem <quote>BSD/Allman-Stil</quote>:
+    Funktionsdeklarationen folgen dem <quote>K&amp;R-Stil</quote>:
     <programlisting role="php">
      <![CDATA[
 function fooFunction($arg1, $arg2 = '')
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.