[postgis-commits] svn - r3419 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Dec 16 05:01:35 PST 2008


Author: robe
Date: 2008-12-16 05:01:05 -0800 (Tue, 16 Dec 2008)
New Revision: 3419

Modified:
   trunk/doc/reference_new.xml
Log:
Add cross reference to ST_IsValidReason on ST_IsValid and ST_Summary

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-12-16 12:54:48 UTC (rev 3418)
+++ trunk/doc/reference_new.xml	2008-12-16 13:01:05 UTC (rev 3419)
@@ -3425,7 +3425,7 @@
       <refsection>
         <title>See Also</title>
     
-        <para><xref linkend="ST_Summary" /></para>
+        <para><xref linkend="ST_IsValidReason" />, <xref linkend="ST_Summary" /></para>
       </refsection>
     </refentry>
 	
@@ -4153,7 +4153,7 @@
       <refsection>
         <title>See Also</title>
     
-        <para><xref linkend="ST_IsValid" /></para>
+        <para><xref linkend="ST_IsValid" />, <xref linkend="ST_IsValidReason" /></para>
       </refsection>
     </refentry>
 		



More information about the postgis-commits mailing list