From: Regina Obe Date: Tue, 24 May 2011 18:50:35 +0000 (+0000) Subject: experiment with methodsynopsis evidentally seems to support default parameters and... X-Git-Tag: 2.0.0alpha1~1575 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e430f91487e7766c7d666859e4ddb0cbad7ca22b;p=postgis experiment with methodsynopsis evidentally seems to support default parameters and conditional args, we need to move from funcsynopsis (designed for C) to methodsynopsis. This is what PHP uses -- https://doc.php.net/php/dochowto/chapter-skeletons.php git-svn-id: http://svn.osgeo.org/postgis/trunk@7238 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_output.xml b/doc/reference_output.xml index 1da9e7636..f3232df5d 100644 --- a/doc/reference_output.xml +++ b/doc/reference_output.xml @@ -855,13 +855,13 @@ SELECT ST_AsGML(3, ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 - + text ST_AsX3D - geometry g1 - integer prec=15 + geometry g1 + integer prec=15 - +