From: Regina Obe Date: Tue, 17 May 2011 06:34:52 +0000 (+0000) Subject: revise to correctly comment functions with OUT parameters X-Git-Tag: 2.0.0alpha1~1645 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e1b073609310fea76c6e9e22cb75f544bf06d01;p=postgis revise to correctly comment functions with OUT parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@7166 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/xsl/raster_comments.sql.xsl b/doc/xsl/raster_comments.sql.xsl index 0e10d9d8b..8a2478b13 100644 --- a/doc/xsl/raster_comments.sql.xsl +++ b/doc/xsl/raster_comments.sql.xsl @@ -32,10 +32,11 @@ + If its input is a geometry set - we know it is an aggregate function rather than a regular function. + Do not output OUT params since they define output rathe than act as input --> COMMENT ON AGGREGATEFUNCTION ( -geometry, +geometry, ) IS ' ';