From: Bborie Park Date: Fri, 19 Oct 2012 01:36:44 +0000 (+0000) Subject: Forgot to wrap tags with in reference_raster.xml. Minor X-Git-Tag: 2.1.0beta2~503 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b065f102ca2014c1cd471dbfd2aac558c919dbe;p=postgis Forgot to wrap tags with in reference_raster.xml. Minor comment cleanup in rt_pg.c git-svn-id: http://svn.osgeo.org/postgis/trunk@10479 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index e2969c5a4..42dcb757f 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -7460,9 +7460,11 @@ FROM dummy_rast; See Also - , - , - + + , + , + + @@ -7531,9 +7533,11 @@ FROM dummy_rast; See Also - , - , - + + , + , + + @@ -7602,9 +7606,11 @@ FROM dummy_rast; See Also - , - , - + + , + , + + diff --git a/raster/rt_pg/rt_pg.c b/raster/rt_pg/rt_pg.c index 164575476..a10cf66f2 100644 --- a/raster/rt_pg/rt_pg.c +++ b/raster/rt_pg/rt_pg.c @@ -1131,10 +1131,7 @@ Datum RASTER_dumpAsPolygons(PG_FUNCTION_ARGS) { } /** - * rt_MakeEmptyRaster( , , , , - * , , - * , , - * ) + * Make a new raster with no bands */ PG_FUNCTION_INFO_V1(RASTER_makeEmpty); Datum RASTER_makeEmpty(PG_FUNCTION_ARGS)