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
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
}\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
}\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
\r
\r
\r
-/*\r
+/**\r
* Returns maximum size of rendered pointarray in bytes.\r
*/\r
static size_t\r