From 2b065f102ca2014c1cd471dbfd2aac558c919dbe Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Fri, 19 Oct 2012 01:36:44 +0000 Subject: [PATCH] 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 --- doc/reference_raster.xml | 24 +++++++++++++++--------- raster/rt_pg/rt_pg.c | 5 +---- 2 files changed, 16 insertions(+), 13 deletions(-) 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) -- 2.40.0