]> granicus.if.org Git - postgis/commitdiff
fix some comments
authorRegina Obe <lr@pcorp.us>
Tue, 10 May 2011 04:54:28 +0000 (04:54 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 10 May 2011 04:54:28 +0000 (04:54 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7122 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwout_x3d.c

index 396ec0753233e455a0411c0aadc89ec54073676d..9d3814e5f67c1205259ba6587678f0c130cb622c 100644 (file)
@@ -272,7 +272,7 @@ asx3d3_mpoly_coordindex(const LWMPOLY *psur, char *output)
        return (ptr-output);\r
 }\r
 \r
-/* Return the linestring as an X3D LineSet */\r
+/** Return the linestring as an X3D LineSet */\r
 static char *\r
 asx3d3_line(const LWLINE *line, char *srs, int precision, int opts, const char *defid)\r
 {\r
@@ -285,7 +285,7 @@ asx3d3_line(const LWLINE *line, char *srs, int precision, int opts, const char *
        return output;\r
 }\r
 \r
-/* Compute the string space needed for the IndexedFaceSet representation of the polygon **/\r
+/** Compute the string space needed for the IndexedFaceSet representation of the polygon **/\r
 static size_t\r
 asx3d3_poly_size(const LWPOLY *poly,  char *srs, int precision, int opts, const char *defid)\r
 {\r
@@ -355,7 +355,7 @@ asx3d3_triangle(const LWTRIANGLE *triangle, char *srs, int precision, int opts,
 }\r
 \r
 \r
-/*\r
+/**\r
  * Compute max size required for X3D version of this\r
  * inspected geometry. Will recurse when needed.\r
  * Don't call this with single-geoms inspected.\r
@@ -755,7 +755,7 @@ asx3d3_collection(const LWCOLLECTION *col, char *srs, int precision, int opts, c
 }\r
 \r
 \r
-/* In X3D3, coordinates are separated by a space separator\r
+/** In X3D3, coordinates are separated by a space separator\r
  */\r
 static size_t\r
 pointArray_toX3D3(POINTARRAY *pa, char *output, int precision, int opts, int is_closed)\r
@@ -837,7 +837,7 @@ pointArray_toX3D3(POINTARRAY *pa, char *output, int precision, int opts, int is_
 \r
 \r
 \r
-/*\r
+/**\r
  * Returns maximum size of rendered pointarray in bytes.\r
  */\r
 static size_t\r