]> granicus.if.org Git - postgis/commitdiff
experiment with methodsynopsis evidentally seems to support default parameters and...
authorRegina Obe <lr@pcorp.us>
Tue, 24 May 2011 18:50:35 +0000 (18:50 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 24 May 2011 18:50:35 +0000 (18:50 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7238 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_output.xml

index 1da9e7636dd13852b7827f688c6d6ffced148bf1..f3232df5db25c30c7350d10fa7868bca28bf058a 100644 (file)
@@ -855,13 +855,13 @@ SELECT ST_AsGML(3, ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0
          </refnamediv>
 
          <refsynopsisdiv>
-               <funcsynopsis>
+               <methodsynopsis>
                        <funcprototype>
                                <funcdef>text <function>ST_AsX3D</function></funcdef>
-                               <paramdef><type>geometry </type> <parameter>g1</parameter></paramdef>
-                               <paramdef><type>integer </type> <parameter choice='opt'>prec=15</parameter></paramdef>
+                               <methodparam><type>geometry </type> <parameter>g1</parameter></methodparam>
+                               <methodparam choice='opt'><type>integer </type> <parameter>prec=15</parameter></methodparam>
                        </funcprototype>
-               </funcsynopsis>
+               </methodsynopsis>
          </refsynopsisdiv>
 
          <refsection>