From: Regina Obe Date: Tue, 10 May 2011 04:54:28 +0000 (+0000) Subject: fix some comments X-Git-Tag: 2.0.0alpha1~1686 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79ee18cb994f29620caf87a6cc00b75685c27eb7;p=postgis fix some comments git-svn-id: http://svn.osgeo.org/postgis/trunk@7122 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwout_x3d.c b/liblwgeom/lwout_x3d.c index 396ec0753..9d3814e5f 100644 --- a/liblwgeom/lwout_x3d.c +++ b/liblwgeom/lwout_x3d.c @@ -272,7 +272,7 @@ asx3d3_mpoly_coordindex(const LWMPOLY *psur, char *output) return (ptr-output); } -/* Return the linestring as an X3D LineSet */ +/** Return the linestring as an X3D LineSet */ static char * asx3d3_line(const LWLINE *line, char *srs, int precision, int opts, const char *defid) { @@ -285,7 +285,7 @@ asx3d3_line(const LWLINE *line, char *srs, int precision, int opts, const char * return output; } -/* Compute the string space needed for the IndexedFaceSet representation of the polygon **/ +/** Compute the string space needed for the IndexedFaceSet representation of the polygon **/ static size_t asx3d3_poly_size(const LWPOLY *poly, char *srs, int precision, int opts, const char *defid) { @@ -355,7 +355,7 @@ asx3d3_triangle(const LWTRIANGLE *triangle, char *srs, int precision, int opts, } -/* +/** * Compute max size required for X3D version of this * inspected geometry. Will recurse when needed. * Don't call this with single-geoms inspected. @@ -755,7 +755,7 @@ asx3d3_collection(const LWCOLLECTION *col, char *srs, int precision, int opts, c } -/* In X3D3, coordinates are separated by a space separator +/** In X3D3, coordinates are separated by a space separator */ static size_t pointArray_toX3D3(POINTARRAY *pa, char *output, int precision, int opts, int is_closed) @@ -837,7 +837,7 @@ pointArray_toX3D3(POINTARRAY *pa, char *output, int precision, int opts, int is_ -/* +/** * Returns maximum size of rendered pointarray in bytes. */ static size_t