From e430f91487e7766c7d666859e4ddb0cbad7ca22b Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 24 May 2011 18:50:35 +0000 Subject: [PATCH] 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 --- doc/reference_output.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 - + -- 2.50.1