Author: dr
Date: Mon Aug 13 11:42:32 2007
New Revision: 5889

Log:
- More documentation fixes.

Modified:
    
trunk/Template/src/parsers/ast_to_ast/implementations/assignment_optimizer.php
    trunk/Tree/src/backends/xml.php
    trunk/TreeDatabaseTiein/src/backends/db_materialized_path.php
    trunk/TreeDatabaseTiein/src/backends/db_nested_set.php
    trunk/TreeDatabaseTiein/src/backends/db_parent_child.php

Modified: 
trunk/Template/src/parsers/ast_to_ast/implementations/assignment_optimizer.php
==============================================================================
--- 
trunk/Template/src/parsers/ast_to_ast/implementations/assignment_optimizer.php 
[iso-8859-1] (original)
+++ 
trunk/Template/src/parsers/ast_to_ast/implementations/assignment_optimizer.php 
[iso-8859-1] Mon Aug 13 11:42:32 2007
@@ -28,7 +28,7 @@
 class ezcTemplateAstToAstAssignmentOptimizer extends ezcTemplateAstWalker
 {
     /**
-     * Returns true if the given element consists of <var> = <static value>, 
otherwise false.
+     * Returns true if the given element consists of &lt;var> = &lt;static 
value>, otherwise false.
      *
      * @param ezcTemplateAstNode $element
      * @return bool

Modified: trunk/Tree/src/backends/xml.php
==============================================================================
--- trunk/Tree/src/backends/xml.php [iso-8859-1] (original)
+++ trunk/Tree/src/backends/xml.php [iso-8859-1] Mon Aug 13 11:42:32 2007
@@ -43,9 +43,7 @@
 class ezcTreeXml extends ezcTree
 {
     /**
-     * Contains the relax-NG schema to validate the tree XML
-     *
-     * @const string relaxNG
+     * Contains the relax-NG schema to validate the tree XML.
      */
     const relaxNG = '<?xml version="1.0" encoding="UTF-8"?>
 <grammar xmlns:etd="http://components.ez.no/Tree/data"; 
ns="http://components.ez.no/Tree"; xmlns="http://relaxng.org/ns/structure/1.0"; 
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes";>

Modified: trunk/TreeDatabaseTiein/src/backends/db_materialized_path.php
==============================================================================
--- trunk/TreeDatabaseTiein/src/backends/db_materialized_path.php [iso-8859-1] 
(original)
+++ trunk/TreeDatabaseTiein/src/backends/db_materialized_path.php [iso-8859-1] 
Mon Aug 13 11:42:32 2007
@@ -12,7 +12,7 @@
  * information in a path like string (such as /1/4/6/8).
  *
  * The table that stores the index (configured using the $indexTableName 
argument
- * of the [EMAIL PROTECTED] __construct} method) should contain atleast three 
fields. The
+ * of the [EMAIL PROTECTED] __construct} method) should contain atleast three 
fields. The
  * first one 'id' will contain the node's ID, the second one 'parent_id' the ID
  * of the node's parent. Both fields should be of the same database field type.
  * Supported field types are either integer or a string type. The third field

Modified: trunk/TreeDatabaseTiein/src/backends/db_nested_set.php
==============================================================================
--- trunk/TreeDatabaseTiein/src/backends/db_nested_set.php [iso-8859-1] 
(original)
+++ trunk/TreeDatabaseTiein/src/backends/db_nested_set.php [iso-8859-1] Mon Aug 
13 11:42:32 2007
@@ -12,7 +12,7 @@
  * information with left and right values.
  *
  * The table that stores the index (configured using the $indexTableName 
argument
- * of the [EMAIL PROTECTED] __construct} method) should contain atleast four 
fields. The
+ * of the [EMAIL PROTECTED] __construct} method) should contain atleast four 
fields. The
  * first one 'id' will contain the node's ID, the second one 'parent_id' the ID
  * of the node's parent. Both fields should be of the same database field type.
  * Supported field types are either integer or a string type.  The other two

Modified: trunk/TreeDatabaseTiein/src/backends/db_parent_child.php
==============================================================================
--- trunk/TreeDatabaseTiein/src/backends/db_parent_child.php [iso-8859-1] 
(original)
+++ trunk/TreeDatabaseTiein/src/backends/db_parent_child.php [iso-8859-1] Mon 
Aug 13 11:42:32 2007
@@ -12,7 +12,7 @@
  * information in a simple table containing the node's ID and its parent's ID.
  *
  * The table that stores the index (configured using the $indexTableName 
argument
- * of the [EMAIL PROTECTED] __construct} method) should contain atleast two 
fields. The
+ * of the [EMAIL PROTECTED] __construct} method) should contain atleast two 
fields. The
  * first one 'id' will contain the node's ID, the second one 'parent_id' the ID
  * of the node's parent. Both fields should be of the same database field type.
  * Supported field types are either integer or a string type.


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to