Просмотр исходного кода

[ZF-7829]Documentation crosslinks are shown as ??? instead of correct name

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18151 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 лет назад
Родитель
Сommit
b375390fdc

+ 1 - 1
documentation/manual/en/module_specs/Zend_Date-Constants.xml

@@ -774,7 +774,7 @@
             <methodname>Zend_Date::setOptions(array('format_type' => 'php'))</methodname> method to
             switch <classname>Zend_Date</classname> methods from supporting <acronym>ISO</acronym>
             format specifiers to <acronym>PHP</acronym> <methodname>date()</methodname> type
-            specifiers (see <link linkend="zend.date.constants.phpformats" /> below).
+            specifiers (see <xref linkend="zend.date.constants.phpformats" /> below).
         </para>
 
         <example id="zend.date.constants.selfdefinedformats.example-1">

+ 3 - 3
documentation/manual/en/module_specs/Zend_Db_Table_Row.xml

@@ -48,7 +48,7 @@ $row = $bugs->fetchRow($bugs->select()->where('bug_id = ?', 1));
 
         <para>
             A <classname>Zend_Db_Table_Rowset</classname> object contains a collection of
-            <classname>Zend_Db_Table_Row</classname> objects. See <link
+            <classname>Zend_Db_Table_Row</classname> objects. See <xref
                 linkend="zend.db.table.rowset" />.
         </para>
 
@@ -149,7 +149,7 @@ foreach ($rowArray as $column => $value) {
 
             <para>
                 The <classname>Zend_Db_Table_Row_Abstract</classname> class provides methods for
-                fetching rows and rowsets from related tables. See <link
+                fetching rows and rowsets from related tables. See <xref
                     linkend="zend.db.table.relationships" /> for more information on table
                 relationships.
             </para>
@@ -645,7 +645,7 @@ class Products extends Zend_Db_Table_Abstract
 
             <para>
                 <classname>Zend_Db</classname> classes do not implement inflection by default. See
-                <link linkend="zend.db.table.extending.inflection" /> for an explanation of this
+                <xref linkend="zend.db.table.extending.inflection" /> for an explanation of this
                 policy.
             </para>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Db_Table_Rowset.xml

@@ -195,7 +195,7 @@ $row9->save();
 
         <para>
             After you have access to an individual Row object, you can manipulate the Row using
-            methods described in <link linkend="zend.db.table.row" />.
+            methods described in <xref linkend="zend.db.table.row" />.
         </para>
 
     </sect2>