Forgot to wrap tags with <para></para> 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
This commit is contained in:
Bborie Park 2012-10-19 01:36:44 +00:00
parent f4de338959
commit 2b065f102c
2 changed files with 16 additions and 13 deletions

View file

@ -7460,9 +7460,11 @@ FROM dummy_rast;
<refsection>
<title>See Also</title>
<xref linkend="RT_ST_MapAlgebra" />,
<xref linkend="RT_ST_Aspect" />,
<xref linkend="RT_ST_Slope" />
<para>
<xref linkend="RT_ST_MapAlgebra" />,
<xref linkend="RT_ST_Aspect" />,
<xref linkend="RT_ST_Slope" />
</para>
</refsection>
</refentry>
@ -7531,9 +7533,11 @@ FROM dummy_rast;
<refsection>
<title>See Also</title>
<xref linkend="RT_ST_MapAlgebra" />,
<xref linkend="RT_ST_HillShade" />,
<xref linkend="RT_ST_Slope" />
<para>
<xref linkend="RT_ST_MapAlgebra" />,
<xref linkend="RT_ST_HillShade" />,
<xref linkend="RT_ST_Slope" />
</para>
</refsection>
</refentry>
@ -7602,9 +7606,11 @@ FROM dummy_rast;
<refsection>
<title>See Also</title>
<xref linkend="RT_ST_MapAlgebra" />,
<xref linkend="RT_ST_HillShade" />,
<xref linkend="RT_ST_Aspect" />
<para>
<xref linkend="RT_ST_MapAlgebra" />,
<xref linkend="RT_ST_HillShade" />,
<xref linkend="RT_ST_Aspect" />
</para>
</refsection>
</refentry>

View file

@ -1131,10 +1131,7 @@ Datum RASTER_dumpAsPolygons(PG_FUNCTION_ARGS) {
}
/**
* rt_MakeEmptyRaster( <width>, <height>, <ipx>, <ipy>,
* <scalex>, <scaley>,
* <skewx>, <skewy>,
* <srid>)
* Make a new raster with no bands
*/
PG_FUNCTION_INFO_V1(RASTER_makeEmpty);
Datum RASTER_makeEmpty(PG_FUNCTION_ARGS)