Author: chammers
Date: Tue Oct  6 19:20:15 2009
New Revision: 822445

URL: http://svn.apache.org/viewvc?rev=822445&view=rev
Log:
Only phpdoc changes

Modified:
    incubator/log4php/trunk/src/main/php/helpers/LoggerBasicPatternConverter.php
    
incubator/log4php/trunk/src/main/php/helpers/LoggerCategoryPatternConverter.php
    
incubator/log4php/trunk/src/main/php/helpers/LoggerClassNamePatternConverter.php
    incubator/log4php/trunk/src/main/php/helpers/LoggerDatePatternConverter.php
    incubator/log4php/trunk/src/main/php/helpers/LoggerFormattingInfo.php
    
incubator/log4php/trunk/src/main/php/helpers/LoggerLiteralPatternConverter.php
    
incubator/log4php/trunk/src/main/php/helpers/LoggerLocationPatternConverter.php
    incubator/log4php/trunk/src/main/php/helpers/LoggerMDCPatternConverter.php
    incubator/log4php/trunk/src/main/php/helpers/LoggerNamedPatternConverter.php
    incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php
    incubator/log4php/trunk/src/main/php/helpers/LoggerPatternConverter.php
    incubator/log4php/trunk/src/main/php/helpers/LoggerPatternParser.php

Modified: 
incubator/log4php/trunk/src/main/php/helpers/LoggerBasicPatternConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerBasicPatternConverter.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- 
incubator/log4php/trunk/src/main/php/helpers/LoggerBasicPatternConverter.php 
(original)
+++ 
incubator/log4php/trunk/src/main/php/helpers/LoggerBasicPatternConverter.php 
Tue Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**

Modified: 
incubator/log4php/trunk/src/main/php/helpers/LoggerCategoryPatternConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerCategoryPatternConverter.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- 
incubator/log4php/trunk/src/main/php/helpers/LoggerCategoryPatternConverter.php 
(original)
+++ 
incubator/log4php/trunk/src/main/php/helpers/LoggerCategoryPatternConverter.php 
Tue Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**

Modified: 
incubator/log4php/trunk/src/main/php/helpers/LoggerClassNamePatternConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerClassNamePatternConverter.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- 
incubator/log4php/trunk/src/main/php/helpers/LoggerClassNamePatternConverter.php
 (original)
+++ 
incubator/log4php/trunk/src/main/php/helpers/LoggerClassNamePatternConverter.php
 Tue Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**

Modified: 
incubator/log4php/trunk/src/main/php/helpers/LoggerDatePatternConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerDatePatternConverter.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/helpers/LoggerDatePatternConverter.php 
(original)
+++ incubator/log4php/trunk/src/main/php/helpers/LoggerDatePatternConverter.php 
Tue Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**

Modified: incubator/log4php/trunk/src/main/php/helpers/LoggerFormattingInfo.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerFormattingInfo.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/helpers/LoggerFormattingInfo.php 
(original)
+++ incubator/log4php/trunk/src/main/php/helpers/LoggerFormattingInfo.php Tue 
Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**

Modified: 
incubator/log4php/trunk/src/main/php/helpers/LoggerLiteralPatternConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerLiteralPatternConverter.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- 
incubator/log4php/trunk/src/main/php/helpers/LoggerLiteralPatternConverter.php 
(original)
+++ 
incubator/log4php/trunk/src/main/php/helpers/LoggerLiteralPatternConverter.php 
Tue Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**
@@ -38,7 +39,7 @@
        }
 
        /**
-        * @param string $sbuf
+        * @param string &$sbuf
         * @param LoggerLoggingEvent $event
         */
        public function format(&$sbuf, $event) {

Modified: 
incubator/log4php/trunk/src/main/php/helpers/LoggerLocationPatternConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerLocationPatternConverter.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- 
incubator/log4php/trunk/src/main/php/helpers/LoggerLocationPatternConverter.php 
(original)
+++ 
incubator/log4php/trunk/src/main/php/helpers/LoggerLocationPatternConverter.php 
Tue Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**

Modified: 
incubator/log4php/trunk/src/main/php/helpers/LoggerMDCPatternConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerMDCPatternConverter.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/helpers/LoggerMDCPatternConverter.php 
(original)
+++ incubator/log4php/trunk/src/main/php/helpers/LoggerMDCPatternConverter.php 
Tue Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**

Modified: 
incubator/log4php/trunk/src/main/php/helpers/LoggerNamedPatternConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerNamedPatternConverter.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- 
incubator/log4php/trunk/src/main/php/helpers/LoggerNamedPatternConverter.php 
(original)
+++ 
incubator/log4php/trunk/src/main/php/helpers/LoggerNamedPatternConverter.php 
Tue Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**

Modified: incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php 
(original)
+++ incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php Tue 
Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**

Modified: 
incubator/log4php/trunk/src/main/php/helpers/LoggerPatternConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerPatternConverter.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/helpers/LoggerPatternConverter.php 
(original)
+++ incubator/log4php/trunk/src/main/php/helpers/LoggerPatternConverter.php Tue 
Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**
@@ -82,7 +83,7 @@
        /**
         * A template method for formatting in a converter specific way.
         *
-        * @param string $sbuf string buffer
+        * @param string &$sbuf string buffer
         * @param LoggerLoggingEvent $e
         */
        public function format(&$sbuf, $e) {

Modified: incubator/log4php/trunk/src/main/php/helpers/LoggerPatternParser.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerPatternParser.php?rev=822445&r1=822444&r2=822445&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/helpers/LoggerPatternParser.php 
(original)
+++ incubator/log4php/trunk/src/main/php/helpers/LoggerPatternParser.php Tue 
Oct  6 19:20:15 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
+ * @package log4php
  */
 
 /**
@@ -140,6 +141,11 @@
                return $r;
        }
 
+       
+       /** Parser.
+        * 
+        * @return LoggerPatternConverter Returns $this->head.
+        */
        public function parse() {
                $c = '';
                $this->i = 0;


Reply via email to