]> granicus.if.org Git - postgis/commitdiff
correct the comments
authorRegina Obe <lr@pcorp.us>
Fri, 26 Sep 2008 18:59:39 +0000 (18:59 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 26 Sep 2008 18:59:39 +0000 (18:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3016 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_aggs_mm.xml.xsl

index 2c49a709b713797f0966f3f32ce5c1f19f1da736..f9e6e6f8b9dcfd60037a2f927644333b83a9fda3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">\r
 <!-- ********************************************************************\r
-     $Id: 0.1 postgis_mm.xml.xsl 2008-09-26 $\r
+     $Id: 0.1 postgis_aggs_mm.xml.xsl 2008-09-26 $\r
      ********************************************************************\r
         Copyright 2008, Regina Obe\r
      License: BSD\r
@@ -24,8 +24,7 @@
                        <xsl:value-of select="normalize-space(translate(translate(refnamediv/refpurpose,'&#x0d;&#x0a;', ' '), '&#09;', ' '))"/>\r
                  </xsl:variable>\r
 \r
-<!-- For each function prototype generate the DDL comment statement\r
-       If its input is a geometry set - we know it is an aggregate function rather than a regular function -->\r
+<!-- For each function prototype if it takes a geometry set then catalog it as an aggregate function  -->\r
                        <xsl:for-each select="refsynopsisdiv/funcsynopsis/funcprototype">\r
                                <xsl:choose>\r
                                        <xsl:when test="contains(paramdef/type,'geometry set')">\r
@@ -47,8 +46,7 @@
                        <xsl:value-of select='@id' />\r
                  </xsl:variable>\r
 \r
-<!-- For each function prototype generate the DDL comment statement\r
-       If its input is a geometry set - we know it is an aggregate function rather than a regular function -->\r
+<!-- For each section if there is not that it implements SQL/MM catalog it -->\r
                        <xsl:for-each select="refsection">\r
                                <xsl:for-each select="para">\r
                                        <xsl:choose>\r