]> granicus.if.org Git - postgis/commitdiff
Forgot to wrap tags with <para></para> in reference_raster.xml. Minor
authorBborie Park <bkpark at ucdavis.edu>
Fri, 19 Oct 2012 01:36:44 +0000 (01:36 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Fri, 19 Oct 2012 01:36:44 +0000 (01:36 +0000)
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
raster/rt_pg/rt_pg.c

index e2969c5a464889d94d63912ebf84cf870297e347..42dcb757f99e60d20bb09a93f171dc17f22a146e 100644 (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>
                
index 16457547699f0c20101568d4c815fd1ae8f3561c..a10cf66f2194a3f38a46b920a7a99ff6abe93222 100644 (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)